If MRTG has not been configured, the system displays a message indicating that it is not available.
Then configure the tool:
Steps
-
Make sure Perl 5.005 is installed on your system.
-
To ensure that the perl binary is in your PATH, open a command shell, navigate to the bin directory (/opt/WCG/bin), and enter the following command:
perl ./pathfix.pl ‘which perl‘
-
In the bin directory, use the following command to modify the MRTG update interval:
./update_mrtg;sleep 5;./update_mrtg;sleep 5;
By default, an MRTG update interval is set to 15 minutes. This command sets the update to 5 minutes.
-
In the bin directory, start the MRTG cron updates:
./mrtgcron start
-
Wait about 15 minutes before accessing the performance graphs from the Content Gateway manager.
Note:
To stop MRTG cron updates, use the following command:
./mrtgcron stop