Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
PerfData
File | Description |
---|---|
ExtPerfGraph.pl | ExtPerfGraph.pl |
PerfDataConsumer.pl | PerfDataConsumer.pl |
PerfDataConsumers.pm | PerfDataConsumers.pm |
RRDPerf.pm | RRDPerf.pm |
WritePerfGraphs.pl | WritePerfGraphs.pl |
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!
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.