Re: [Nagios-users] Disk space how ??

2007-02-25 Thread Morris, Patrick
> i tried the bellow code and changing the host_name to > whatever server but gives me the disk space of my localhost > still dont know why cause its the same format isnt it unless > i am suppose to create another define command as general > service, but ping service works which is wiered. che

[Nagios-users] Disk space how ??

2007-02-25 Thread Nedim Bicic
Hi i got nagios 2.4 I want to monitor disk space available on 30 servers i have does any one have a code so i can define the command in check_commands.cfg, i tried the bellow code and changing the host_name to whatever server but gives me the disk space of my localhost still dont know why cause

Re: [Nagios-users] Notifications by SMS

2007-02-25 Thread Matthew Joyce
Wfiw, we use the email to sms service provided by http://www.messagemedia.com.au/ (Australia) It works ok, we use an alternate smtp server which isn't ours. I'm not overly happy with using smtp-sms, there a lot that can go wrong, much out of my control. Message Media does provide APIs which from

Re: [Nagios-users] PHP parse error in NLG

2007-02-25 Thread Andy Shellam (Mailing Lists)
Hi Carlo, What version of PHP are you running? Line 327 in the code is a comparison of two classes, using the "instanceof" operator, which was introduced in PHP 5 (http://uk2.php.net/manual/en/language.operators.type.php). It sounds like you have PHP 4, which is not supported by NLG. Andy.