I started using Nagios last week and really really like it… Thank you developers
I would like to monitor my 2K servers using Nagios… I’m currently using check_nt
I added the following services: Disk Space, CPU load and Uptime
in Nagios I’m getting the following msg: check_nt: Unknown argument: (null) for Disk Space and CPU Load. Up time is working fine
if I run the ./check_nt -H 192.168.x.x -p 1248 -v USEDDISKSPACE -l C -w 80 -c 90 from linux, it is displaying the result just fine…
Can somebody help me with this…and would you guys recommend different type of plug-in
i just have nsclient running as a service on both 2000 and 2003 server. i dont have anything like a jedi code library or the win32 api. I use a client called PNSClient
im not absolutely sure about this but from what i saw messing around with the CPULOAD variable, the first -l (param) value can not be 0. try adding a value greater then 0.
CPULOAD = Average CPU load on last x minutes.
Request a -l parameter with the following syntax:
-l ,,.
should be less than 24*60.
Thresholds are percentage and up to 10 requests can be done in one shot.
ie: -l 60,90,95,120,90,95
Thanks a lot … it’s working now… quick question for you: Can I use nagios to Monitor DB on SQL i.e: DB Size, Transaction Log size, etc… if yes, could you please tell me the plugin name…