Search found 4 matches
- Thu Dec 19, 2013 7:01 am
- Forum: Open Source Nagios Projects
- Topic: Add new windows service in nagios
- Replies: 12
- Views: 4983
Re: Add new windows service in nagios
I tried the below code define command{ command_name check_tcp command_line check_tcp -H 80.90.00.179 -p 199 -s ALIVE } In nagios core webpage im getting error like "(Return code of 127 is out of bounds - plugin may be missing) ". i tried to fix this issue, but couldn't. Kindly let me know ...
- Wed Dec 18, 2013 5:35 am
- Forum: Open Source Nagios Projects
- Topic: Add new windows service in nagios
- Replies: 12
- Views: 4983
Re: Add new windows service in nagios
Thanks for update. Now i have installed nagios core server on linux mechine and installed nagios client (NSclient++) on remote windows. In remote windows i using websphere admin console url like" https://localhost:9043/ibm/console/. my question is how to add 9013 port on nagios. if 9013 port is...
- Tue Dec 17, 2013 12:40 am
- Forum: Open Source Nagios Projects
- Topic: Add new windows service in nagios
- Replies: 12
- Views: 4983
Re: Add new windows service in nagios
Eg: define service{ use generic-service host_name winserver, GLV3server, GLV1server service_description CPU Load check_command check_nt!CPULOAD!-l 5,80,90 } For checking the new services like websphere, port and weblink which are running on windows mechine, kindly let me know how to add those servic...
- Mon Dec 16, 2013 8:32 am
- Forum: Open Source Nagios Projects
- Topic: Add new windows service in nagios
- Replies: 12
- Views: 4983
Add new windows service in nagios
Successfully I have configured Nagios between Linux server (nagios server) and remote windows (nagios client) machine. And able to getting e-mail notification for all template services like Uptime, CPU Load, Memory Usage..etc. Now I wants to add a new window service which is running it on remote win...