I’ve added MRTG to Cron, but later I found that it is not running. Checking the logs, and found the following:
<code>
ERROR: Creating templock /var/lock/mrtg/_etc_mrtg.cfg_l_3723: No such file or directory at /usr/bin/mrtg line 1757
</code>
The folder doen not exist, so <code>mkdir -m 0755 /var/lock/mrtg</code>…
