Search found 62 matches
- Wed Mar 25, 2015 1:31 pm
- Forum: Nagios XI
- Topic: NRDS Monitoring Problem
- Replies: 10
- Views: 1625
Re: NRDS Monitoring Problem
what do mean by profile?
- Wed Mar 25, 2015 5:52 am
- Forum: Nagios XI
- Topic: NRDS Monitoring Problem
- Replies: 10
- Views: 1625
Re: NRDS Monitoring Problem
The Log Showed every thing was ok. The server was up. I have checked today and it has returned to normal state, but this instability in monitoring when there is no actual problem with the server is annoying. Some servers just stop reporting and we are getting an unknown status in nagios. I have open...
- Tue Mar 24, 2015 10:03 am
- Forum: Nagios XI
- Topic: NRDS Monitoring Problem
- Replies: 10
- Views: 1625
Re: NRDS Monitoring Problem
All of servers are 2008 r2. The task is running under System. I changed it to run under my user with the highest privileges and it worked. But normally the tasks under system are running fine. Today I had another server which was monitored fine for a couple of months now but to day it suddenly stopp...
- Sun Mar 22, 2015 12:25 am
- Forum: Nagios XI
- Topic: NRDS Monitoring Problem
- Replies: 10
- Views: 1625
Re: NRDS Monitoring Problem
I tried but cant make it worked. I have copied the check_pdm and the check_winping (these are the plugins that make the problem) from a working server. And now if I run the vbscript manually It works fine but when it runs through the scheduled task it still returns "no output returned from plug...
- Thu Mar 19, 2015 7:29 am
- Forum: Nagios XI
- Topic: NRDS Monitoring Problem
- Replies: 10
- Views: 1625
NRDS Monitoring Problem
I have a problem with some servers After I install the nrds agent on the server, I see it in the uncofigured objects. After I add the server in nagious, I get a no output returned from plugin Now, checked the log on server it was fine, But when i try to run the script manually I get a "this pro...
- Wed Feb 04, 2015 11:16 am
- Forum: Nagios XI
- Topic: NRDS Monitoring Problem
- Replies: 28
- Views: 10303
Re: NRDS Monitoring Problem
sure thnx
- Wed Feb 04, 2015 10:02 am
- Forum: Nagios XI
- Topic: Web Site Monitoring
- Replies: 20
- Views: 2083
Re: Web Site Monitoring
thnx you can close the thread all the problems were encapsula realted
- Wed Feb 04, 2015 10:01 am
- Forum: Nagios XI
- Topic: NRDS Monitoring Problem
- Replies: 28
- Views: 10303
Re: NRDS Monitoring Problem
we have found the solution
the problem was that some host were unable to delete the log every 500 lines so it got stuck. as soon as you delete the log your self the issue is resolved
we are now looking for an option to send a script via nagios commands to delete the log
the problem was that some host were unable to delete the log every 500 lines so it got stuck. as soon as you delete the log your self the issue is resolved
we are now looking for an option to send a script via nagios commands to delete the log
- Tue Feb 03, 2015 5:22 am
- Forum: Nagios XI
- Topic: Web Site Monitoring
- Replies: 20
- Views: 2083
Re: Web Site Monitoring
changed it. now it looks like this define service { host_name GOFOREX_trade.globeoptions.com service_description SSL Certificate use xiwizard_website_http_cert_service check_command check_xi_service_http_cert!30 --ssl=1 -p 443!!!!!!! max_check_attempts 5 check_interval 5 retry_interval 1 check_perio...
- Tue Feb 03, 2015 4:49 am
- Forum: Nagios XI
- Topic: NCPA Client
- Replies: 1
- Views: 390
NCPA Client
I have manually modified the NCPA passive checks. what is the correct format? mine look like this [passive checks] %HOSTNAME%|__HOST__ = $PLUGIN_DIR$\check_winping.exe -H 127.0.0.1 --warning 200,40% --critical 400,80% %HOSTNAME%|Cpu Load = $PLUGIN_DIR$\check_pdm --processor --warning 85 --critical 9...