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 MaxWarn=15G MaxCrit=16G > File=d:\Program Files\Exchsrvr\MDBDATA\priv1.stm File=d:\Program > Files\Exchsrvr\MDBDATA\priv1.edb > > I have tried that : > > check_exchangeDB=inject CheckFileSize MaxWarn=15G MaxCrit=16G > File="d:\Program Files\Exchsrvr\MDBDATA\priv1.stm" File="d:\Program > Files\Exchsrvr\MDBDATA\priv1.edb" > > but it returns (in Test mode) Unknown argument : > Files\Exchsrvr\MDBDATA\priv1.stm > > Thanks in advance.
Try the old 8 char path names. ie. d:\Progra~1\Exchsrvr\MDBDATA\priv1.stm -- Regards, Shawn Holland Sandara Technologies Ltd. Ph. 1-902-405-3344 Fx. 1-902-405-3345 ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Nagios-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagios-users ::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. ::: Messages without supporting info will risk being sent to /dev/null
