Thanks for your help! setting the port to 5666 solved it!
Thanks alot for your help slansing!
Have a good one cheer!
Search found 6 matches
- Tue Jan 22, 2013 4:14 pm
- Forum: Open Source Nagios Projects
- Topic: Monitoring a windows service with Nagios
- Replies: 11
- Views: 2736
- Tue Jan 22, 2013 3:40 pm
- Forum: Open Source Nagios Projects
- Topic: Monitoring a windows service with Nagios
- Replies: 11
- Views: 2736
Re: Monitoring a windows service with Nagios
I have downloaded and installd the 0.3.9 release, i do find the information you mentionned, so i changed the port number, just not sure if i uncommented right NSclient PORt number This is the port the nsclientlistener.dll will listen to. port=12489 So i just took out the ";" that were in f...
- Tue Jan 22, 2013 3:22 pm
- Forum: Open Source Nagios Projects
- Topic: Monitoring a windows service with Nagios
- Replies: 11
- Views: 2736
Re: Monitoring a windows service with Nagios
In the nsclient.ini file, i see no such line.
Its not in the modules section. im using NSCP-0.4.1.61
Maybe its my version thats outdated?
Its not in the modules section. im using NSCP-0.4.1.61
Maybe its my version thats outdated?
- Tue Jan 22, 2013 2:40 pm
- Forum: Open Source Nagios Projects
- Topic: Monitoring a windows service with Nagios
- Replies: 11
- Views: 2736
Re: Monitoring a windows service with Nagios
Looks like 1248 is already in use as my server has a connection established on that port.
However 5666 is listening, and i see 12489 as well, im assuming this is the nagios service...?
Is there a way to change the nsclient to listen on a different port?
thanks for your help
However 5666 is listening, and i see 12489 as well, im assuming this is the nagios service...?
Is there a way to change the nsclient to listen on a different port?
thanks for your help
- Tue Jan 22, 2013 1:57 pm
- Forum: Open Source Nagios Projects
- Topic: Monitoring a windows service with Nagios
- Replies: 11
- Views: 2736
Re: Monitoring a windows service with Nagios
Hi slansing
i didnt think of running the CLI first, i did and here is the result
./check_nt -H 192.168.1.22 -v SERVICESTATE -d SHOWALL -l service
Connection refused
could not fetch information from server
Weird, i am looking on the server itself, nsclient.ini seems to have the right config....
i didnt think of running the CLI first, i did and here is the result
./check_nt -H 192.168.1.22 -v SERVICESTATE -d SHOWALL -l service
Connection refused
could not fetch information from server
Weird, i am looking on the server itself, nsclient.ini seems to have the right config....
- Tue Jan 22, 2013 1:19 pm
- Forum: Open Source Nagios Projects
- Topic: Monitoring a windows service with Nagios
- Replies: 11
- Views: 2736
Monitoring a windows service with Nagios
Hi all, I have successfully setup my nagios monitoring server and its works very good when i am monitoring disk space on several of our servers. However, recently, i was asked to monitor a specific service on one of our machines, and i followed the documentation. Strange thing is even with the corre...