Skip to content

deegan/mrtg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MRTG script by Hakan "deegan" Bjoerklund

Edit config to reflect your working enviroment.

  1. add host to hosts
  2. ./make-cfg.sh
  3. ./update-host-cfg.sh
  4. ./start-mrtg.sh
  5. ./update-mrtg.sh
  6. ./make-index.sh

A one-liner. ./make-cfg.sh ; ./update-host-cfg.sh ; ./start-mrtg.sh ; ./update-mrtg.sh ; ./make-index.sh

Add update-mrtg.sh to crontab.

runs every 5minutes. with debug logging.

*/5 * * * * $PATH_TO_SCRIPTS/update-mrtg.sh > /dev/null

without debugging.

*/5 * * * * $PATH_TO_SCRIPTS/update-mrtg.sh > /dev/null 2>&1

About

Scripts to get mrtg up and running.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published