Search found 281 matches

by JakeHatMacys
Wed Dec 12, 2018 4:10 pm
Forum: Nagios XI
Topic: Nagios XI event Handler question
Replies: 5
Views: 1117

Re: Nagios XI event Handler question

JakeHatMacys , You can create a script that will stop the nagios service, delete the retention.dat file and then start the nagios process back up. service nagios stop rm /usr/local/nagios/var/retention.dat service nagios start Run this script every 8 days. *Retention.dat file contains scheduled dow...
by JakeHatMacys
Wed Dec 12, 2018 9:30 am
Forum: Nagios XI
Topic: Nagios XI event Handler question
Replies: 5
Views: 1117

Re: Nagios XI event Handler question

Hello, JakeHatMacys . Event handlers fire off only on service status changes. There is no recurring option for event handlers. And event handlers should still be active during the scheduled downtime. In the scenario you described scripting seems to be the only option. PS: Actually if you turn on th...
by JakeHatMacys
Tue Dec 11, 2018 3:06 pm
Forum: Nagios XI
Topic: Nagios XI event Handler question
Replies: 5
Views: 1117

Nagios XI event Handler question

We had a situation where we sent an event and the status didn't change for 74 days on the service. Turns out the event originally may have been dropped due to a downtime on the device. Is there a clear setting in the config to resend event handlers say every 7 days if the status has stayed in error ...
by JakeHatMacys
Fri May 18, 2018 1:35 pm
Forum: Nagios XI
Topic: Can't apply config, but no error message
Replies: 15
Views: 2578

Re: Can't apply config, but no error message

If I can get someone with root to set the password back to the default on mariadb what would that command look like??? can DM me it if you like....
by JakeHatMacys
Fri May 18, 2018 12:11 pm
Forum: Nagios XI
Topic: Can't apply config, but no error message
Replies: 15
Views: 2578

Re: Can't apply config, but no error message

I get an access denied error, should that work given we're running mariadb?
by JakeHatMacys
Fri May 18, 2018 10:17 am
Forum: Nagios XI
Topic: Can't apply config, but no error message
Replies: 15
Views: 2578

Re: Can't apply config, but no error message

Hi, I'm working with Andrew: service mysqld status Redirecting to /bin/systemctl status mysqld.service Unit mysqld.service could not be found. [nagios@xxxxxxxxx bin]$ service mariadb status Redirecting to /bin/systemctl status mariadb.service ● mariadb.service - MariaDB database server Loaded: loade...
by JakeHatMacys
Thu Mar 29, 2018 2:19 pm
Forum: Nagios XI
Topic: Service SNMP alerts only sending top level Status error...
Replies: 3
Views: 701

Re: Service SNMP alerts only sending top level Status error.

Thanks, I'll get this put in on Monday morning... just in case we run into some problems i'd rather have some runway O.o
by JakeHatMacys
Wed Mar 28, 2018 2:16 pm
Forum: Nagios XI
Topic: Service SNMP alerts only sending top level Status error...
Replies: 3
Views: 701

Service SNMP alerts only sending top level Status error...

So this has never been a problem for us per se but i'm alerting with a script and it's only sending the monitor status information at the top layer in the trap. Basically this: Capture.JPG Where as when I click into the service alert I see the full output which is much longer and what i'd like to se...
by JakeHatMacys
Mon Nov 27, 2017 3:11 pm
Forum: Nagios XI
Topic: Nagios XI clean install error
Replies: 10
Views: 1905

Re: Nagios XI clean install error

JakeHatMacys , I think XI was converted to MYSQL a while ago, you may have to go as late as 2014. Here's the link to older versions of XI: https://assets.nagios.com/downloads/nagiosxi/versions.php But there's no guarantee that you won't encounter other problems down the line as this built hasn't be...
by JakeHatMacys
Mon Nov 27, 2017 2:17 pm
Forum: Nagios XI
Topic: Nagios XI clean install error
Replies: 10
Views: 1905

Re: Nagios XI clean install error

JakeHatMacys , We just replicated the same issue that you're having and passed it to our dev team. OracleServer is still not a supported OS for NagiosXI. Take a look here: https://support.nagios.com/kb/article/nagios-xi-installation-prerequisites-14.html I think the problem may be that OracleServer...