My traffic graphs are not updating, what do I do?
The steps to make your graphs work again are as follows:
- Login to IPCOP via consol or remote ssh (on Windows use Putty) [see Running Commands on IPCOP Tutorial].
- At the console, run
/usr/local/bin/makegraphs
- If you get ’ipac-ng chains or rules corrupted, fix this with fetchipac -S’ then run
’fetchipac -S
- If you get ’Error in RRD::update for cpu: illegal attempt to update using time’ then run
rm /var/log/rrd/* rm /home/httpd/html/graphs/*
- Now when you run
/usr/local/bin/makegraphs
Traffic graphs should now be fixed.
