Hi Team,
My question is regarding Reports in Nagios XI.
In "Executive Summary" report, it has a section called Alert Histogram. This graph shows number of alerts by hours.
I would like to know if we can separate warning & critical alerts.
Alert Histogram Report: show Critical & Warning alert
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Alert Histogram Report: show Critical & Warning alert
No, unfortunately in the Alert Histogram you only get the total alerts.anilgupta wrote:Hi Team,
My question is regarding Reports in Nagios XI.
In "Executive Summary" report, it has a section called Alert Histogram. This graph shows number of alerts by hours.
I would like to know if we can separate warning & critical alerts.
Re: Alert Histogram Report: show Critical & Warning alert
Thanks scottwilkerson for the response.
I understand that Nagios XI is built on Nagios Core which is Open-Source.
I would like to know if these reports can be customized. If yes, is there any guide/document which outlines customization developments?
I understand that Nagios XI is built on Nagios Core which is Open-Source.
I would like to know if these reports can be customized. If yes, is there any guide/document which outlines customization developments?
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Alert Histogram Report: show Critical & Warning alert
While Nagios Core is open sourced portions of Nagios XI are not.
However, the file which contains all the code for the histogram report (and the portion that is pulled into executive summary) report is located at /usr/local/nagiosxi/html/reports/histogram.php and is not encrypted so you could make changes.
That said, I need to warn in advance that the changes will be overwritten on upgrade.
However, the file which contains all the code for the histogram report (and the portion that is pulled into executive summary) report is located at /usr/local/nagiosxi/html/reports/histogram.php and is not encrypted so you could make changes.
That said, I need to warn in advance that the changes will be overwritten on upgrade.
Re: Alert Histogram Report: show Critical & Warning alert
Thanks scottwilkerson for the information shared.
Please mark this post as resolved.
Please mark this post as resolved.
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Alert Histogram Report: show Critical & Warning alert
Locking threadanilgupta wrote:Thanks scottwilkerson for the information shared.
Please mark this post as resolved.