# -- # use check_pcmeasure.pl with RRD # -- Attention: if you use NagiosGrapher with Nagios, there is no need to prepare RRD manually. NagiosGrapher will do that for you. The following description is for direct usage of RRD without using NagiosGrapher. 1) create database since version 1.6 the plugin will create the database, if not exist. 2) call plugin with data written to database: ./check_pcmeasure.pl -H -S ... -R /var/lib/rrd/temp.rrd 3) display charts from rrd database: - create a subdirectory Nagios in your preferred CGI directory. - copy temp.cgi to /Nagios/. - replace /var/www in temp.cgi by your document root - create //Nagios, the charts will be written there (must be writable by user running apache). 4) URL: http:///cgi-bin/Nagios/temp.cgi -- wob/2006-06-04