Search found 23 matches

by Chite
Tue Jul 31, 2018 10:23 am
Forum: Nagios XI
Topic: alarm on decimal values above zero
Replies: 1
Views: 1150

alarm on decimal values above zero

so I've created a new sql alarm. This alarm runs a query against an oracle database and returns a value. If the value is greater than Zero then it should alarm, letting us know there is an issue with what's called a concurrent manager in Oracle. The problem I had with the alarm is that the value tha...
by Chite
Fri Jul 13, 2018 10:38 am
Forum: Nagios XI
Topic: Oracle database query alarms
Replies: 1
Views: 177

Oracle database query alarms

Does anyone know if there's a way to use the Nagios_xi_oraclequery command to run a sql query to an oracle database, display the data in the critical alarm and also go critical if the query returns anything? example: query returns something (if data is returned that means there's a problem) critical...
by Chite
Mon Apr 02, 2018 3:21 pm
Forum: Nagios XI
Topic: how to remove the size value from graph
Replies: 5
Views: 328

Re: how to remove the size value from graph

could I modify the Graph Template and import it in as a new graph template and use that? problem with that is I don't know how to use that newly imported graph with the new service monitor I just setup....
by Chite
Mon Apr 02, 2018 3:04 pm
Forum: Nagios XI
Topic: how to remove the size value from graph
Replies: 5
Views: 328

Re: how to remove the size value from graph

That's good information but it doesn't update the graph in the service status detail. Is there a way to modify the plugin, or copy the plugin and modify that one to remove the size value and only display the time value on the graph?
by Chite
Mon Apr 02, 2018 1:00 pm
Forum: Nagios XI
Topic: how to remove the size value from graph
Replies: 5
Views: 328

Re: how to remove the size value from graph

looking into it a little more, it looks like size is referring to page size. is there anyway of removing that value from the graph?
by Chite
Mon Apr 02, 2018 12:55 pm
Forum: Nagios XI
Topic: how to remove the size value from graph
Replies: 5
Views: 328

how to remove the size value from graph

Hey guys, I've setup a new "check_http" alarm and I'm noticing when I'm looking at the graphing it's showing two values 1. time (last/avg/max) 2. size (last/avg/max) I'm not sure what the size value is referring too? is it size of packets for the nrpe plugin? anyway, I'd like to remove thi...
by Chite
Tue Dec 05, 2017 6:19 pm
Forum: Nagios XI
Topic: help with tracking historical data of running processes
Replies: 3
Views: 303

help with tracking historical data of running processes

I'm wondering if there's a plugin or add-on that will show a listing of current processes and keep track of each one and graph it's resource consumption on a Linux environment. basically I'd like to see the process id, how long the process has been running, the resources its using (CPU & memory)...
by Chite
Wed Aug 23, 2017 3:17 pm
Forum: Nagios XI
Topic: sql query returning critical value, nagios still thinks OK
Replies: 3
Views: 379

Re: sql query returning critical value, nagios still thinks

Thank you. yes that makes more sense. the query was coming back with a value of 0 so I had to change the critical value to -1 to actually get the critical status in Nagios.

thanks your your help

Chaden
by Chite
Tue Aug 22, 2017 12:01 pm
Forum: Nagios XI
Topic: sql query returning critical value, nagios still thinks OK
Replies: 3
Views: 379

sql query returning critical value, nagios still thinks OK

Ok, I'm seriously so close to getting this resolved but I must be doing something wrong. I'm running the following oracle query and the query is returning the value of 0. if I run the same query below in Oracle SQL Developer it returns the value of 0. I'm taking that query value and plugging it into...
by Chite
Tue Jul 18, 2017 12:28 pm
Forum: Nagios XI
Topic: Warning notifications
Replies: 2
Views: 527

Warning notifications

Hello! I need a little help figuring out how to separate warning and critical alert "clear" notifications. example: we have a helpdesk user account that only gets emailed critical and cleared alarms, however as we want our engineering team to get warning & critical notifications. In an...