Search found 35 matches

by nthaler
Tue Jun 06, 2017 11:49 am
Forum: Nagios XI
Topic: Audit my commands in Nagios XI
Replies: 2
Views: 388

Audit my commands in Nagios XI

I would like to run an Audit of the Commands in my XI system. We have migrated from various older nagios versions and I want to determine which Commands are actually in use/have services associated with them.

Is there way to do that?
by nthaler
Thu Apr 13, 2017 1:43 pm
Forum: Nagios XI
Topic: Deleted service still showing in UI and exists in the DB
Replies: 5
Views: 873

Re: Deleted service still showing in UI and exists in the DB

Removing the service as root and restarting nagios via the CLI seems to have worked. FYI The service was not present in the nagiosql DB and the ouptup of icps -q is below. # ipcs -q ------ Message Queues -------- key msqid owner perms used-bytes messages 0xf403004d 1310720 nagios 600 7168 7 I think ...
by nthaler
Wed Apr 12, 2017 5:40 pm
Forum: Nagios XI
Topic: Deleted service still showing in UI and exists in the DB
Replies: 5
Views: 873

Re: Deleted service still showing in UI and exists in the DB

We found it in the 'nagios' DB. We have applied the config and made other changes that worked fine since we deleted this through the CCM. This actualyl happened about 3 weeks ago, just had other things on my plate. We were still able to disable notifications even though it didn't delete properly. Bu...
by nthaler
Wed Apr 12, 2017 4:08 pm
Forum: Nagios XI
Topic: Deleted service still showing in UI and exists in the DB
Replies: 5
Views: 873

Deleted service still showing in UI and exists in the DB

Hi NagiosXI team! I have a service we deleted the other week but check still seem to be running for it. It shows up under critical services but it no longer showing through the CCM. CCM does not think it exists. But if I view the config file I see the entry is there. The entry in our DB still exists...
by nthaler
Wed Apr 12, 2017 4:04 pm
Forum: Nagios XI
Topic: Change setting for Default Last Week in Reporting
Replies: 6
Views: 679

Re: Change setting for Default Last Week in Reporting

Working as expected. Thank you!
by nthaler
Tue Apr 11, 2017 6:04 pm
Forum: Nagios XI
Topic: Change setting for Default Last Week in Reporting
Replies: 6
Views: 679

Re: Change setting for Default Last Week in Reporting

To change the This week and Last week to start on Monday instead of Sunday, edit the following file /usr/local/nagiosxi/html/includes/utils-reports.inc.php Go to this section on line 750 (or close to it) and change it from case "thisweek": if (date('D', $now) == 'Sun') { $start = strtotim...
by nthaler
Tue Apr 11, 2017 12:07 pm
Forum: Nagios XI
Topic: Change setting for Default Last Week in Reporting
Replies: 6
Views: 679

Change setting for Default Last Week in Reporting

HI!

Is there a way to change the default of 'Last Week' reporting time period? The default is Sunday to Monday. We run our week from Monday to Sunday. How can I change this? I want to automatically run a report every Monday for the last week.

Thank you!
by nthaler
Thu Mar 16, 2017 3:15 pm
Forum: Nagios XI
Topic: Nagios does not update to latest version
Replies: 1
Views: 410

Nagios does not update to latest version

Hi Support! We are a little behind on our Nagios updates and went to update our XI instance today and it doesn't seem to happen. We tried through the UI and it didn't seem to take. I tired following the instruction from https://assets.nagios.com/downloads/nagiosxi/docs/Manually-Upgrading-Your-Nagios...
by nthaler
Wed Feb 08, 2017 2:57 pm
Forum: Nagios XI
Topic: Authorization not being passed in http check.
Replies: 2
Views: 254

Authorization not being passed in http check.

Hi Nagios! We currently run both Tomcat 5.5 and 7. For 5.5 one of the checks we run is this; /usr/local/nagios/libexec/check_http -H $HOSTNAME$ -p 8080 -t 50 -a $USER6$ -u '/manager/html/list' -R 'tomcat' For Tomcat 7 we want to run almost the exact same check; /usr/local/nagios/libexec/check_http -...