REMY Julien wrote: > after researches on Internet, check_nt and ntclient are compatible only with > Windows NT, 2000 and XP but not with Windows 2003. > > Is there a solution? >
Do you have SNMP running on the clients you want to check disk space on? I'm not sure for 2003, but I know this plugin works on W2K for disk space. First here's the plugin: <http://www.manubulon.com/nagios/snmp_storage.html> I'm defining a check command: # 'snmp_doze_disk' Windoze disk check for C: drive define command{ command_name snmp_doze_disk command_line $USER1$/check_snmp_storage.pl -H $HOSTADDRESS$ -C your_comm_string -m ^C: -w $ARG1$ -c $ARG2$ } Specify your args in the service you define to whatever suits your needs. Max ------------------------------------------------------------------------- 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
