Daily Server performance report in CSV format.

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
Wilsonlht
Posts: 2
Joined: Fri Oct 23, 2015 2:57 am

Daily Server performance report in CSV format.

Post by Wilsonlht »

Hi ALL, I'm new to Nagios and would like to check any way to setup a daily performance report which record data of CPU usage , Memory Usage and Hard Disk Usage in CSV format.

Possible to have such report?
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Daily Server performance report in CSV format.

Post by lmiltchev »

This type of report doesn't currently exist in XI. If you want me to, I can file an internal feature request for you for adding this functionality. If you need to get this done faster, you can contact our sales team at [email protected] and request a quote for a custom development.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Wilsonlht
Posts: 2
Joined: Fri Oct 23, 2015 2:57 am

Re: Daily Server performance report in CSV format.

Post by Wilsonlht »

Hi, yup we need this feature so that we can have the daily report of server performance (CPU, Memory and Hard Disk usage).
how long to add this feature?
Any Nagios Plugin can do that?
jdalrymple
Skynet Drone
Posts: 2620
Joined: Wed Feb 11, 2015 1:56 pm

Re: Daily Server performance report in CSV format.

Post by jdalrymple »

I'm not aware of any plugin or component that does what you need. In addition you should be aware that what you're asking for has some complexities to it:

The modularity of Nagios allows people to write plugins whoever they see fit to report data that is useful to them. In a lot of cases you might be using one plugin to monitor Linux load and then another plugin to monitor Windows CPU usage. These metrics can't really be compared. It would require some ownership on your part to either:

a) Make sure that all of the plugins you use output data using similar units so that everything can be compared (assuming that's what you want)
b) Be prepared to have some complicated interpretations happen to the data after being pulled from the system to create useful comparisons.

Regarding the question of how long it would take to implement the feature request - that generally depends on interest by the XI community. There already exists a feature request from April of 2014. I will add your comments to that feature request, at that point you will have effectively doubled the interest. Since only 2 users in the entire community have mentioned it, it's impossible to assume that it would make the next release. Your best bet if you're in a hurry is to contact sales for a custom development quote.
Locked