Search found 136 matches

by skynardo
Fri Feb 15, 2019 12:48 pm
Forum: Nagios XI
Topic: nagiosql_delete_service.php Error Call to undefined function
Replies: 3
Views: 1358

Re: nagiosql_delete_service.php Error Call to undefined func

Thank you, I was able to edit my script

replacing ./nagiosql_delete_service.php --config=$HSTNM
with ./ccm_delete_object.php --type service --config=$HSTNM

and

replacing ./nagiosql_delete_host.php --host=$HSTNM
with ./ccm_delete_object.php --type host --name=$HSTNM

Seems to working fine.
by skynardo
Fri Feb 15, 2019 11:37 am
Forum: Nagios XI
Topic: nagiosql_delete_service.php Error Call to undefined function
Replies: 3
Views: 1358

nagiosql_delete_service.php Error Call to undefined function

After upgrading to Nagios XI 5.5.7, we are getting the following error trying to run nagiosql_delete_service.php Is there a bug in this version? I was not able to find this error when searching the forum. URL: http://localhost/nagiosxi/includes/components/ccm/ PHP Fatal error: Call to undefined func...
by skynardo
Fri Aug 04, 2017 2:24 pm
Forum: Nagios XI
Topic: How do I delete or close an alert in Nagios XI
Replies: 6
Views: 766

Re: How do I delete or close an alert in Nagios XI

Yes, and thanks again
by skynardo
Fri Aug 04, 2017 1:26 pm
Forum: Nagios XI
Topic: How do I delete or close an alert in Nagios XI
Replies: 6
Views: 766

Re: How do I delete or close an alert in Nagios XI

OK, I found it on the Advanced Tab and tested it. That will work for now.
One of these days I think I will create an action that will do the same, just hard code the OK.
Thanks for the help
by skynardo
Fri Aug 04, 2017 1:18 pm
Forum: Nagios XI
Topic: How do I delete or close an alert in Nagios XI
Replies: 6
Views: 766

Re: How do I delete or close an alert in Nagios XI

I think that would work but I don't see that as an action on the Service Status Detail page. Maybe I need to configure it?
by skynardo
Fri Aug 04, 2017 9:50 am
Forum: Nagios XI
Topic: How do I delete or close an alert in Nagios XI
Replies: 6
Views: 766

How do I delete or close an alert in Nagios XI

We are switching our Alert Console over to Nagios (from Omnibus). We have some Passive events that come in from various applications that request our operators perform some function, then close the alert. In Omnibus they right click/delete the event. There is no Closing/OK event sent by the sending ...
by skynardo
Tue Jul 11, 2017 7:56 am
Forum: Nagios XI
Topic: What is the process for changing / adding perf data?
Replies: 5
Views: 826

Re: What is the process for changing / adding perf data?

This fixed my issue. Thank you for pointing me to the doc that I needed.
by skynardo
Wed Jun 21, 2017 3:47 pm
Forum: Nagios XI
Topic: What is the process for changing / adding perf data?
Replies: 5
Views: 826

Re: What is the process for changing / adding perf data?

Im using my own templates and I verified that it is set to ON. It is (and has been) collecting and displaying %idle in the performance graphs for this service, but after adding the second metric wio%, I still only see the %idle when looking at performance graphs for this service.
by skynardo
Tue Jun 20, 2017 2:06 pm
Forum: Nagios XI
Topic: pass "logged on user" in quick action
Replies: 6
Views: 547

Re: pass "logged on user" in quick action

cdienger, this wasn't my post/question I just happened upon it and found it useful.
by skynardo
Tue Jun 20, 2017 11:23 am
Forum: Nagios XI
Topic: What is the process for changing / adding perf data?
Replies: 5
Views: 826

What is the process for changing / adding perf data?

I have a passive cpu_check running every that alerts on %idle time and sends %idle time as perfdata. I was recently asked to also collect %Wait I/O perfdata so I changed the plugin to report this as well, here is an example of the plugin's output: OK CPU IDLE 97.04% (10:5);| Id=97.04%;10;5 wio=0.17%...