Search found 14 matches

by ayoubitou
Thu Jan 28, 2016 10:12 am
Forum: Nagios XI
Topic: Nagios checks every 20s instead of 5 minutes
Replies: 15
Views: 1777

Re: Nagios checks every 20s instead of 5 minutes

I'm running Nagvis with mklive-status and that's all. If i apply a Template to many hosts, checks goes wrong when a host is down.


NagiosXI 5.2.3
Nagvis 1.9b4
Ubuntu 14.04.3 LTS
by ayoubitou
Wed Jan 27, 2016 5:24 am
Forum: Nagios XI
Topic: Nagios checks every 20s instead of 5 minutes
Replies: 15
Views: 1777

Re: Nagios checks every 20s instead of 5 minutes

When i apply the host to template to one host only
Host Down 2016-01-27 11:13:27 HOST ALERT:
Host Down 2016-01-27 11:08:29 HOST ALERT:
Host Down 2016-01-27 11:03:30 HOST ALERT:
by ayoubitou
Tue Jan 26, 2016 1:00 pm
Forum: Nagios XI
Topic: Nagios checks every 20s instead of 5 minutes
Replies: 15
Views: 1777

Re: Nagios checks every 20s instead of 5 minutes

I'am using livestatus with Nagvis so he can get information from nagios. it's ok. I create a new host without using the template and the result is good. Host Down 2016-01-26 18:56:43 HOST ALERT Host Down 2016-01-26 18:51:45 HOST ALERT Host Down 2016-01-26 18:46:46 HOST ALERT So i can presume that th...
by ayoubitou
Tue Jan 26, 2016 12:30 pm
Forum: Nagios XI
Topic: Nagios checks every 20s instead of 5 minutes
Replies: 15
Views: 1777

Re: Nagios checks every 20s instead of 5 minutes

Here is the log file.
by ayoubitou
Tue Jan 26, 2016 12:05 pm
Forum: Nagios XI
Topic: Nagios checks every 20s instead of 5 minutes
Replies: 15
Views: 1777

Re: Nagios checks every 20s instead of 5 minutes

define hostgroup {
hostgroup_name CUD
alias CUD
members cud-camping,cud-hq,cud-majestic
}
I don't think that it has a link with the hostgroup definition.
by ayoubitou
Tue Jan 26, 2016 11:40 am
Forum: Nagios XI
Topic: Nagios checks every 20s instead of 5 minutes
Replies: 15
Views: 1777

Re: Nagios checks every 20s instead of 5 minutes

root@nagiosxi:~# date mardi 26 janvier 2016, 17:39:01 (UTC+0100) root@nagiosxi:~# mysql -unagiosxi -pn@gweb -e "SELECT NOW();" +---------------------+ | NOW() | +---------------------+ | 2016-01-26 17:39:16 | +---------------------+ root@nagiosxi:~# php -r "echo date('r').PHP_EOL;&qu...
by ayoubitou
Tue Jan 26, 2016 11:30 am
Forum: Nagios XI
Topic: Nagios checks every 20s instead of 5 minutes
Replies: 15
Views: 1777

Re: Nagios checks every 20s instead of 5 minutes

With all hosts, I have just done another test with a new host and the result is the same.

As you can see in first attachment it says next check at 17:29:57 but in the second attachment the check is done at 17:25:14, so almost 20s after the first one.
by ayoubitou
Tue Jan 26, 2016 11:18 am
Forum: Nagios XI
Topic: Nagios checks every 20s instead of 5 minutes
Replies: 15
Views: 1777

Nagios checks every 20s instead of 5 minutes

Hi, I have configurated a template for hosts with check setting bellow : define host { name Router hostgroups CUD check_command check_xi_host_ping!3000.0!80%!5$ max_check_attempts 3 check_interval 5 retry_interval 5 active_checks_enabled 1 check_period 24x7 event_handler xi_host_notification_handler...
by ayoubitou
Fri Jan 15, 2016 4:32 am
Forum: Nagios XI
Topic: Multi-Tenancy -- User view all services
Replies: 11
Views: 2019

Re: Multi-Tenancy -- User view all services

this is exactly what i want to do. But i can't find the file of service definition in source code.
by ayoubitou
Wed Jan 13, 2016 6:29 am
Forum: Nagios XI
Topic: Multi-Tenancy -- User view all services
Replies: 11
Views: 2019

Re: Multi-Tenancy -- User view all services

I'm still searching for the solution.
I found this : http://permalink.gmane.org/gmane.networ ... eckmk/2284
Can I override a service contactgroups ?