Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

PerfData

Rating
0 votes
Favoured:
0
Hits
104244
Files:
FileDescription
ExtPerfGraph.plExtPerfGraph.pl
PerfDataConsumer.plPerfDataConsumer.pl
PerfDataConsumers.pmPerfDataConsumers.pm
RRDPerf.pmRRDPerf.pm
WritePerfGraphs.plWritePerfGraphs.pl
Nagios CSP

Meet The New Nagios Core Services Platform

Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.

Monitoring Made Magically Better

  • Nagios Core on Overdrive
  • Powerful Monitoring Dashboards
  • Time-Saving Configuration Wizards
  • Open Source Powered Monitoring On Steroids
  • And So Much More!
Various Perl scripts that can be used to automate graph generation.


PerfDataConsumer.pl: Calls handlers for saved performance data from PerfDataConsumers.pm. Run in a cronjob.


PerfDataConsumers.pm: Handlers for saved performance data. Calls graphing routines in RRDPerf.pm. To create graphs for a new service, this is the only place you have to modify.


RRDPerf.pm: Library that creates an RRDTool database file for every host/service and saves data in it. Also creates pictures for every host/service that can be viewed with WritePerfGraphs.pl.


WritePerfGraphs.pl: is a CGI that lets you flexibly view and compare the graphs created by the scripts above.


ExtPerfGraph.pl: creates the pictures "live" and allows more flexible time ranges than WritePerfGraphs.pl. It also allows you to download the values for the graph in CSV format so you can easily create special graphs in your spreadsheet application.