Determining time to acknowledge a problem

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
cwscribner
Posts: 316
Joined: Thu Mar 31, 2011 9:54 am
Location: Patten, ME
Contact:

Determining time to acknowledge a problem

Post by cwscribner »

Hi all.

The title pretty much says it all. Is there a way to show average response time to an incident? A report would be perfect. Thoughts?
Last edited by cwscribner on Mon Oct 03, 2011 12:40 pm, edited 1 time in total.
agriffin
Posts: 876
Joined: Mon May 09, 2011 9:36 am

Re: Determining time to acknowledge a problem

Post by agriffin »

XI currently can't do this. It's a request we've been hearing a lot though, and it's on our radar for a future version.
cwscribner
Posts: 316
Joined: Thu Mar 31, 2011 9:54 am
Location: Patten, ME
Contact:

Re: Determining time to acknowledge a problem

Post by cwscribner »

Okay, thanks. The time an alert occurs and the time its acknowledged must be captured in a database right? Would it be feasible to grab that data from a database and perhaps have a custom PHP report?
agriffin
Posts: 876
Joined: Mon May 09, 2011 9:36 am

Re: Determining time to acknowledge a problem

Post by agriffin »

Yep, and that's pretty much how we would implement it ourselves.
cwscribner
Posts: 316
Joined: Thu Mar 31, 2011 9:54 am
Location: Patten, ME
Contact:

Re: Determining time to acknowledge a problem

Post by cwscribner »

Can you offer some insight as to what tables/fields I need to look for? Would those numbers be in the nagios or nagiosql database?
mguthrie
Posts: 4380
Joined: Mon Jun 14, 2010 10:21 am

Re: Determining time to acknowledge a problem

Post by mguthrie »

The nagios database stores status information, includes acknowledgments and state changes. The nagiosql database stored the object configurations. You'd need the nagios database for that info. Hope that helps!
Locked