rrd-client-nagios-perfdata.pl
simple interface to create and store data in RRD files
Install
- All systems
-
curl cmd.cat/rrd-client-nagios-perfdata.pl.sh
- Debian
-
apt-get install librrd-simple-perl
- Ubuntu
-
apt-get install librrd-simple-perl
- Fedora
-
dnf install perl-RRD-Simple
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install librrd-simple-perl
- Raspbian
-
apt-get install librrd-simple-perl
- Dockerfile
- dockerfile.run/rrd-client-nagios-perfdata.pl
librrd-simple-perl
simple interface to create and store data in RRD files
RRD::Simple provides a simple interface to RRDTool's RRDs module that supports creating RRD files and storing data. It provides a simple mechanism to create RRD files with a sensible set of default RRA (Round Robin Archive) definitions, and can dynamically add new data source names to an existing RRD file. It is useful for quick storage of data in an RRD file if you do not need to, nor want to, bother defining custom RRA definitions. RRD::Simple does not currently offer a fetch method to retrieve data; for that, use the RRDs module directly.