Thanks so much, that was it!
It is amazing how long you can look at this stuff and not see the obvious that is right before your eyes!
Thanks again,
mike
Search found 5 matches
- Thu Dec 03, 2015 9:07 am
- Forum: Open Source Nagios Projects
- Topic: check_nt: Could not parse arguments
- Replies: 10
- Views: 12715
- Tue Dec 01, 2015 4:52 pm
- Forum: Open Source Nagios Projects
- Topic: check_nt: Could not parse arguments
- Replies: 10
- Views: 12715
Re: check_nt: Could not parse arguments
Here is the memuse service definition. define service{ use generic-service hostgroup_name windows-servers,sql-servers,file-servers,exchange-servers,utl-servers service_description Memory Usage check_command check_nt!MEMUSE!-w 80 -c 90 }
- Mon Nov 30, 2015 11:34 am
- Forum: Open Source Nagios Projects
- Topic: check_nt: Could not parse arguments
- Replies: 10
- Views: 12715
Re: check_nt: Could not parse arguments
here are the requested results: root@nagioshost:~# su nagios nagios@nagioshost:/root$ /usr/local/nagios/libexec/check_nt -H 10.10.20.10 -p12489 -v MEMUSE Memory usage: total:4799.59 Mb - used: 1154.15 Mb (24%) - free: 3645.44 Mb (76%) | 'Memory usage'=1154.15Mb;0.00;0.00;0.00;4799.59 nagios@nagiosho...
- Tue Nov 24, 2015 3:56 pm
- Forum: Open Source Nagios Projects
- Topic: check_nt: Could not parse arguments
- Replies: 10
- Views: 12715
Re: check_nt: Could not parse arguments
Here are the service checks ,as requested: define service{ use generic-service hostgroup_name windows-servers,sql-servers,file-servers,exchange-servers,utl-servers service_description NSClient++ Version check_command check_nt!CLIENTVERSION } define service{ use generic-service hostgroup_name windows...
- Fri Nov 20, 2015 10:19 am
- Forum: Open Source Nagios Projects
- Topic: check_nt: Could not parse arguments
- Replies: 10
- Views: 12715
check_nt: Could not parse arguments
Hello, I am running version 4.0.4 of Nagios core and 0.3.9 of the NSCIient++ on a windows 2012 R2 server. I can issue the following command manually from the nagios server, but the web interface shows the check_nt: Could not parse arguments error. root@nagioshost:/usr/local/nagios/etc/objects# /usr/...