Re: [Nagios-users] Check file size

2006-04-28 Thread Toto Capuccino
That was it Shawn : Try the old 8 char path names. ie.d:\Progra~1\Exchsrvr\MDBDATA\priv1.stmNow it works in command line but in nagios web interface i  get no ouptut from NRPE ( CHECK_NRPE: No output returned from daemon) .checkcommands.cfg contains : define command {     command_name check_ex

Re: [Nagios-users] Check file size

2006-04-27 Thread Shawn Holland
On Thursday 27 April 2006 6:36 am, ThomasC. wrote: > Hi List, > > I am trying to monitor the size of Exchange database files. > I have tried several ways to handle space character in file path but > none worked. Anyone has an idea ? > > The command is : > check_exchangeDB=inject CheckFileSize MaxWa

Re: [Nagios-users] Check file size

2006-04-27 Thread Bill Jacqmein
Escape the spaces? "d:\Program\ Files\Exchsrvr\MDBDATA\priv1.stm" "d:\Program\ Files\Exchsrvr\MDBDATA\priv1.edb" http://nscplus.medin.name/index.php/CheckFileSize Was also seeing double backslashes from the link above command_line check_nrpe -H $HOSTADDRESS$ -p 5666 -c CheckFileSize -a MaxWarn=2G

[Nagios-users] Check file size

2006-04-27 Thread ThomasC.
Hi List, I am trying to monitor the size of Exchange database files. I have tried several ways to handle space character in file path but none worked. Anyone has an idea ? The command is : check_exchangeDB=inject CheckFileSize MaxWarn=15G MaxCrit=16G File=d:\Program Files\Exchsrvr\MDBDATA\pri