Yes, I'm available to connect to the https://server/nrdp address. Tried sending the check manually and I get an OK back but the nagios.log still says timeout.
Search found 6 matches
- Thu Mar 19, 2015 9:00 am
- Forum: Open Source Nagios Projects
- Topic: Passive checks with NCPA and NRDP
- Replies: 11
- Views: 7184
Re: Passive checks with NCPA and NRDP
Ah, of course that should be changed but unfortunately I still get the same timeout issue. 
Yes, I'm available to connect to the https://server/nrdp address. Tried sending the check manually and I get an OK back but the nagios.log still says timeout.
Yes, I'm available to connect to the https://server/nrdp address. Tried sending the check manually and I get an OK back but the nagios.log still says timeout.
- Wed Mar 18, 2015 11:15 am
- Forum: Open Source Nagios Projects
- Topic: Passive checks with NCPA and NRDP
- Replies: 11
- Views: 7184
Re: Passive checks with NCPA and NRDP
I have not installed Nagios in the default paths and I'm using different group and usernames. Here is the service template default-service: defince service{ is_volatile 0 max_check_attempts 3 check_interval 5 retry_interval 1 active_checks_enabled 1 passive_checks_enabled 1 check_period 24x7 event_h...
- Fri Mar 13, 2015 3:38 pm
- Forum: Open Source Nagios Projects
- Topic: Passive checks with NCPA and NRDP
- Replies: 11
- Views: 7184
Re: Passive checks with NCPA and NRDP
Permissions on the checkresults are:
Running getenforce shows disabled.
/etc/group
Code: Select all
drwxrwxr-x nagios apache
/etc/group
Code: Select all
uucp:x:14:nagios
apache:x:48:nagios
sysmon:x:500:nagios
- Fri Mar 13, 2015 3:00 am
- Forum: Open Source Nagios Projects
- Topic: Passive checks with NCPA and NRDP
- Replies: 11
- Views: 7184
Re: Passive checks with NCPA and NRDP
I believe you have the hostname and service description swapped. You need to have: define service{ use default-service host_name Testcpu service_description Windowstest check_command check_dummy active_checks_enabled 0 passive_checks_enabled 1 parallelize_check 1 obsess 1 } Thanks! That helped but ...
- Thu Mar 12, 2015 11:11 am
- Forum: Open Source Nagios Projects
- Topic: Passive checks with NCPA and NRDP
- Replies: 11
- Views: 7184
Re: Passive checks with NCPA and NRDP
Hi, Yes I have created the check manually but I still get 'Unable to find service'. From services.cfg define service{ use default-service host_name Windowstest service_description Testcpu check_command check_dummy active_checks_enabled 0 passive_checks_enabled 1 parallelize_check 1 obsess 1 }
- Thu Mar 12, 2015 3:52 am
- Forum: Open Source Nagios Projects
- Topic: Passive checks with NCPA and NRDP
- Replies: 11
- Views: 7184
Passive checks with NCPA and NRDP
Hi everyone! I have always found a solution for my problem before thanks to this wonderful forum but this time I can't find a solution. We are running Nagios core and this works great. Unfortunately we have a lot of Windows servers in our environment so we need to use check_nrpe to monitor CPU usage...