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
103891
Files:
FileDescription
ExtPerfGraph.plExtPerfGraph.pl
PerfDataConsumer.plPerfDataConsumer.pl
PerfDataConsumers.pmPerfDataConsumers.pm
RRDPerf.pmRRDPerf.pm
WritePerfGraphs.plWritePerfGraphs.pl
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
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.