To configure the tool

If MRTG has not been configured, the system displays a message indicating that it is not available.

Then configure the tool:

Steps

  1. Make sure Perl 5.005 is installed on your system.
  2. 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‘
  3. 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.

  4. In the bin directory, start the MRTG cron updates:
    ./mrtgcron start
  5. 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