Search found 4 matches

by dirk385
Wed Aug 07, 2019 8:18 am
Forum: Nagios XI
Topic: MySQL Index Usage CRITICAL
Replies: 3
Views: 1270

Re: MySQL Index Usage CRITICAL

Thx. I was not aware of the fact that higher numbers are better. I've adjusted the check command, now it seems fine. [root@srv-nagios ~]# /usr/local/nagios/libexec/check_mysql_health --hostname=127.0.0.1 --port=3306 --username=root --password="xxxx" --database=information_schema --mode ind...
by dirk385
Wed Aug 07, 2019 4:14 am
Forum: Nagios XI
Topic: MySQL Index Usage CRITICAL
Replies: 3
Views: 1270

MySQL Index Usage CRITICAL

Hello, With NagiosXI we get messages MySQL Index Usage CRITICAL I've run the repair script (/usr/local/nagiosxi/scripts/repair_databases.sh) That solved the issue for a few minutes, after that the Critical is back again. I also truncat the 2 tables "nagios_logentries" and "nagios_noti...
by dirk385
Thu Feb 28, 2019 3:14 pm
Forum: Nagios XI
Topic: No notifications send sometimes
Replies: 1
Views: 329

No notifications send sometimes

Hello, For some unknown reason sometimes no notifications are send. I see that after the last check attempt the State is "SOFT" instead of "HARD" I found this on https://www.nagios.org/projects/nagios-core/history/4x/ 4.4.3 – 2019-01-15 FIXES Fixed services in soft states sometim...
by dirk385
Mon Nov 15, 2010 3:07 pm
Forum: Open Source Nagios Projects
Topic: event handler
Replies: 0
Views: 956

event handler

Hello, A while ago we’ve created an event _handler for automatic create a Topdesk incident in case a service is critical. Only the hard state is being handled. I noticed today that one critical service has created 100 Topdesk calls. How is this possible ? The event_handler only is being executed onl...