Search found 6 matches
- Wed May 21, 2014 4:36 am
- Forum: Open Source Nagios Projects
- Topic: how to configure nrpe.cfg
- Replies: 4
- Views: 14587
Re: how to configure nrpe.cfg
Hi, There ARG's you should set in your host.cfg at nagios server. Here is my example: In /etc/nagios/hosts/server.cfg I defined a service: define service{ use generic-service host_name server service_description LOAD check_command check_nrpe!check_local_load!5,6,7!8,9,10 } In /etc/nagios/objects/com...
- Wed May 21, 2014 4:29 am
- Forum: Open Source Nagios Projects
- Topic: [SOLVED] first_notification_delay doesn't work
- Replies: 6
- Views: 7512
Re: first_notification_delay doesn't work
Hello, Thank you for the advice. I solved my issue, but i used a bit different scheme. For anyone who will need, here is my service config: define service{ use generic-service host_name hostname service_description My service is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval...
- Fri May 16, 2014 1:06 pm
- Forum: Open Source Nagios Projects
- Topic: [SOLVED] first_notification_delay doesn't work
- Replies: 6
- Views: 7512
Re: first_notification_delay doesn't work
Nope, i didn't. It's 60
- Fri May 16, 2014 4:16 am
- Forum: Open Source Nagios Projects
- Topic: [SOLVED] first_notification_delay doesn't work
- Replies: 6
- Views: 7512
Re: first_notification_delay doesn't work
Hello, Thanks for explaining. Just to be clear, i'll provide an example: 1 service(status ok), time 10:00 -> first_notification_delay 10 (minutes)->service(critical), time 10:10-> no notification? and working scheme: 1 service(status ok), time 10:00 -> first_notification_delay 20 (minutes)->service(...
- Thu May 15, 2014 8:30 am
- Forum: Open Source Nagios Projects
- Topic: Monitoring devices I can't connect to directly
- Replies: 8
- Views: 3126
Re: Monitoring devices I can't connect to directly
Hi, You can also use VPN as an option. I wonder, is it possible to install Nagios within closed network, and instruct it to generate proper command file for outer ("master") Nagios installation? You can try to use mk_livestatus and export it somewhere (ex. your company ftp) and use this ex...
- Thu May 15, 2014 6:06 am
- Forum: Open Source Nagios Projects
- Topic: [SOLVED] first_notification_delay doesn't work
- Replies: 6
- Views: 7512
[SOLVED] first_notification_delay doesn't work
Hello everyone, I am running nagios core 3.5.1 on centos 6.5 x64 installed from epel repo. I'm a bit confused that option 'first_notification_delay' doesn't work for me. I tried to setup different time period, but none of it worked except for 0 which is default according to documentation Here is my ...