Search found 7 matches

by HumanZ
Wed Apr 27, 2016 5:33 am
Forum: Open Source Nagios Projects
Topic: Problem with supervision Windows Servers
Replies: 13
Views: 5074

Re: Problem with supervision Windows Servers

Ok, it's good !

I got errors but I think I can resolve them by myself.

Many thanks for your help !
I was on it from 1 week and didn't know how to get out of it so you save me on this !
by HumanZ
Wed Apr 27, 2016 5:13 am
Forum: Open Source Nagios Projects
Topic: Problem with supervision Windows Servers
Replies: 13
Views: 5074

Re: Problem with supervision Windows Servers

Yes,

I've done the manipulation 3 minutes ago, I'm waiting for the next check :geek:
by HumanZ
Wed Apr 27, 2016 4:57 am
Forum: Open Source Nagios Projects
Topic: Problem with supervision Windows Servers
Replies: 13
Views: 5074

Re: Problem with supervision Windows Servers

Hey !

Here is the answer for the command you ask me to run :
# 'check_nt' command definition
define command{
command_name check-nt
command_line $USER1$/check_nt -H IPOfThe1stServer -p 12489 -s AdminID -v $ARG1$ $ARG2$
}
So it looks like you're right.
by HumanZ
Tue Apr 26, 2016 12:15 pm
Forum: Open Source Nagios Projects
Topic: Problem with supervision Windows Servers
Replies: 13
Views: 5074

Re: Problem with supervision Windows Servers

windows.cfg ############################################################################### # WINDOWS.CFG - SAMPLE CONFIG FILE FOR MONITORING A WINDOWS MACHINE # # # NOTES: This config file assumes that you are using the sample configuration # files that get installed with the Nagios quickstart gui...
by HumanZ
Tue Apr 26, 2016 11:44 am
Forum: Open Source Nagios Projects
Topic: Problem with supervision Windows Servers
Replies: 13
Views: 5074

Re: Problem with supervision Windows Servers

Yes, I changed the address at the same time I changed the name of the server. I use a search and replace function to modify the file to go faster but I always check all the lines after so I can be sure that all the file are correctly modified. But in production, all the servers show the information ...
by HumanZ
Tue Apr 26, 2016 10:24 am
Forum: Open Source Nagios Projects
Topic: Problem with supervision Windows Servers
Replies: 13
Views: 5074

Re: Problem with supervision Windows Servers

Yep, of course ! Here it is. ############################################################################### # WINDOWS.CFG - SAMPLE CONFIG FILE FOR MONITORING A WINDOWS MACHINE # # # NOTES: This config file assumes that you are using the sample configuration # files that get installed with the Nagio...
by HumanZ
Tue Apr 26, 2016 8:35 am
Forum: Open Source Nagios Projects
Topic: Problem with supervision Windows Servers
Replies: 13
Views: 5074

Problem with supervision Windows Servers

Hi there, I want to supervise different Windows servers for my company but it doesn't work. I've installed Nagios Core 4.1.1 with the Nagios plugins 2.1.1 on an Ubuntu server 14.0.4. I added a Windows Server (2012r2) to the supervision by installing NSCP-0.4.4.19, modified the windows.cfg file, star...