Search found 5 matches

by TmyFrn
Wed Jan 08, 2014 1:08 pm
Forum: Open Source Nagios Projects
Topic: Windows Check_nt issues
Replies: 10
Views: 28427

Re: Windows Check_nt issues

Thanks for the quick response on this forum. The first reply set me on the right path to resolve the issue. Much appreciated. I finally decided to NOT use the windows.cfg method as it required that every host I added to it use all of the checks in it and not all were valid or applied. I ended up mak...
by TmyFrn
Tue Jan 07, 2014 7:44 pm
Forum: Open Source Nagios Projects
Topic: Windows Check_nt issues
Replies: 10
Views: 28427

Re: Windows Check_nt issues

Don't know if I resolved this in the proper way, but it is working now. I changed the service in windows.cfg from: define service{ use generic-service hostgroup_name windows-servers service_description C:\ Drive Space check_command check_nt!USEDDISKSPACE!-l c -w 80 -c 90 } to be: define service{ use...
by TmyFrn
Tue Jan 07, 2014 6:38 pm
Forum: Open Source Nagios Projects
Topic: Windows Check_nt issues
Replies: 10
Views: 28427

Re: Windows Check_nt issues

I can run this from CLI: /usr/lib/nagios/plugins/check_nt -H 10.2.1.82 -p 12489 -v USEDDISKSPACE -l c c:\ - total: 59.90 Gb - used: 18.56 Gb (31%) - free 41.34 Gb (69%) | 'c:\ Used Space'=18.56Gb;0.00;0.00;0.00;59.90 This is my service command in windows.cfg: define service{ use generic-service host...
by TmyFrn
Tue Jan 07, 2014 5:29 pm
Forum: Open Source Nagios Projects
Topic: Windows Check_nt issues
Replies: 10
Views: 28427

Re: Windows Check_nt issues

My nt.cfg file was different. I modified it slightly and it fixed some of the checks. I'll have to fiddle around now and see whats up with the ones that don't work. I copied the check_nt command, commented out original copy and modified the copied one as in here. # 'check_nt' command definition #def...
by TmyFrn
Tue Jan 07, 2014 4:52 pm
Forum: Open Source Nagios Projects
Topic: Windows Check_nt issues
Replies: 10
Views: 28427

Windows Check_nt issues

First time Nagios install and setup. No problem with external, passive checks. I am now trying to set up checks for windows machines. I am able to do a manual check and get good responses, like such: /usr/lib/nagios/plugins/check_nt -H 10.2.1.82 -p 12489 -v USEDDISKSPACE -d SHOWALL -l c c:\ - total:...