How to use the IPDU-S2 configmaker for MRTG: 1. Install the ipdus2_cfgmaker file in the same directory as the mrtg cfgmaker file. Example: /usr/local/mrtg-2.15.0/bin for a Linux installation. 2. Ensure that the IPDU-S2 is turned on and connected to the network. Enable the SNMP Agent on the device. 3. Run the ipdus2_cfgmaker file, sending the output to the directory where you want the mrtg.cfg file to reside. Example for a UNIX/Linux Installation: ./ipdus2_cfgmaker 192.168.1.21 --output /home/web/mrtg/mrtg.cfg Example for a Windows Installation: perl ipdus2_cfgmaker 192.168.1.21 --output \mrtgdata\mrtg.cfg The script will automatically poll your IPDU-S2 unit and set up the appropriate configuration for each of the sensors detected. 4. Edit the mrtg.cfg file to set the working directory and the location of the IPDU-S2 MIB file (see the sample file provided). You can edit the file with any text editor of your choice. • In the Global Config section un-comment and change the WorkDir path as necessary. • Change the LoadMibs: line to include the path to the MIB file. • To run in Windows installations, uncomment the RunAsDaemon line. This can be used in UNIX/Linux installations as well. 5. Edit and save mrtg.cfg before running the MRTG command