Hi fellow Nagios lovers,
We are currently in the midst of proposing Nagios XI to one of our potential customers and they are looking for answers to their concerns urgently. We have been directed by one of your sales team member to post this here.
Here are the questions:
1. Can the metrics in the graphs/reports generated on Nagios XI be customized? For instance, we would like to have memory usage shown in percentage (%) rather than in MB. Is there anyway we could customize that?
2. Can Nagios XI integrate with other monitoring systems such as SCOM, OpManager and Compuware APM? We would like to see statuses of service checks from them on Nagios GUI. We are aware that there are plug-ins available for SCOM, but they are no longer supported by their respective authors. Is there anything that you could recommend for this?
Your advice is greatly appreciated.
Thank you.
Nagios XI Reporting and Integration
- Box293
- Too Basu
- Posts: 5126
- Joined: Sun Feb 07, 2010 10:55 pm
- Location: Deniliquin, Australia
- Contact:
Re: Nagios XI Reporting and Integration
From what I understand it's pulling data from the RRD files, which is stored in the RRD file as a MB in this case. The plugin you are using might allow you to output the data as a % instead, if that is not the case then you can write a custom plugin to get the data into the RRD files the way you want. Creating a report that would display % is not always possible as the data in the RRD may not have the MB value for the total amount, you could not determine a percentage without that.wadmin wrote:Can the metrics in the graphs/reports generated on Nagios XI be customized? For instance, we would like to have memory usage shown in percentage (%) rather than in MB. Is there anyway we could customize that?
Nagios XI can be configured to receive SNMP traps which would allow you to see the last status received from the sending system. This is one way to make it happen.wadmin wrote:Can Nagios XI integrate with other monitoring systems such as SCOM, OpManager and Compuware APM? We would like to see statuses of service checks from them on Nagios GUI. We are aware that there are plug-ins available for SCOM, but they are no longer supported by their respective authors. Is there anything that you could recommend for this?
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Re: Nagios XI Reporting and Integration
Hi Box293,
Thanks for the prompt reply.
Thanks for the prompt reply.
We are trying to see if we can configure pnp4nagios to display values from the data stored in the XML file. Meanwhile, do you have any recommendations on the plug-ins that could be used here based on your experience? It would be great if there are references that we could use.Box293 wrote:From what I understand it's pulling data from the RRD files, which is stored in the RRD file as a MB in this case. The plugin you are using might allow you to output the data as a % instead, if that is not the case then you can write a custom plugin to get the data into the RRD files the way you want. Creating a report that would display % is not always possible as the data in the RRD may not have the MB value for the total amount, you could not determine a percentage without that.wadmin wrote:Can the metrics in the graphs/reports generated on Nagios XI be customized? For instance, we would like to have memory usage shown in percentage (%) rather than in MB. Is there anyway we could customize that?
By this, do you mean that we should configure the sending systems to interact directly with Nagios instead of the above-listed monitoring systems? The requirement is that they would like to keep their existing monitoring systems while using the least effort to achieve that.Box293 wrote:Nagios XI can be configured to receive SNMP traps which would allow you to see the last status received from the sending system. This is one way to make it happen.wadmin wrote:Can Nagios XI integrate with other monitoring systems such as SCOM, OpManager and Compuware APM? We would like to see statuses of service checks from them on Nagios GUI. We are aware that there are plug-ins available for SCOM, but they are no longer supported by their respective authors. Is there anything that you could recommend for this?
- Box293
- Too Basu
- Posts: 5126
- Joined: Sun Feb 07, 2010 10:55 pm
- Location: Deniliquin, Australia
- Contact:
Re: Nagios XI Reporting and Integration
What I meant was that you should be able to configure SCOM, OpManager and Compuware APM to send SNMP traps to Nagios XI.wadmin wrote:By this, do you mean that we should configure the sending systems to interact directly with Nagios instead of the above-listed monitoring systems? The requirement is that they would like to keep their existing monitoring systems while using the least effort to achieve that.
You can create pnp4nagios templates that can turn the MB values into percentages IF you had the total value as well as the memory usage value. Here is a talk I did on performance data:wadmin wrote:We are trying to see if we can configure pnp4nagios to display values from the data stored in the XML file.
http://www.youtube.com/watch?v=kqA2KcpUFg4
http://www.slideshare.net/nagiosinc/tro ... and-graphs
And here is info on the DEF maths used with PNP/rrdtool:
http://manpages.ubuntu.com/manpages/luc ... ial.1.html
What systems are you monitoring? Windows? Linux?wadmin wrote:Meanwhile, do you have any recommendations on the plug-ins that could be used here based on your experience? It would be great if there are references that we could use.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Re: Nagios XI Reporting and Integration
Thanks for the great insight! We will try that out.Box293 wrote:What I meant was that you should be able to configure SCOM, OpManager and Compuware APM to send SNMP traps to Nagios XI.wadmin wrote:By this, do you mean that we should configure the sending systems to interact directly with Nagios instead of the above-listed monitoring systems? The requirement is that they would like to keep their existing monitoring systems while using the least effort to achieve that.
You can create pnp4nagios templates that can turn the MB values into percentages IF you had the total value as well as the memory usage value. Here is a talk I did on performance data:wadmin wrote:We are trying to see if we can configure pnp4nagios to display values from the data stored in the XML file.
http://www.youtube.com/watch?v=kqA2KcpUFg4
http://www.slideshare.net/nagiosinc/tro ... and-graphs
And here is info on the DEF maths used with PNP/rrdtool:
http://manpages.ubuntu.com/manpages/luc ... ial.1.html
What systems are you monitoring? Windows? Linux?wadmin wrote:Meanwhile, do you have any recommendations on the plug-ins that could be used here based on your experience? It would be great if there are references that we could use.
We are monitoring servers running on Linux, Windows, Solaris, AIX and HP-UX.
- Box293
- Too Basu
- Posts: 5126
- Joined: Sun Feb 07, 2010 10:55 pm
- Location: Deniliquin, Australia
- Contact:
Re: Nagios XI Reporting and Integration
Too easy.
Let us know if you need any more information.
Let us know if you need any more information.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.