Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.
/ mrtg-docker Public archive

MRTG (Multi Router Traffic Grapher) in a container!

Notifications You must be signed in to change notification settings

lpsouza/mrtg-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mrtg-docker

MRTG (Multi Router Traffic Grapher) in a box container!

ENV

To usage we need declare two environment variables:

  • SNMP_COMMUNITY
  • SNMP_HOST

Example

docker run --rm -ti -e SNMP_COMMUNITY=public -e SNMP_HOST=192.168.0.1 -p 8080:80  lpsouza/mrtg

Run MRTG to monitoring a SNMP device (192.168.0.1) using public community.

About

MRTG (Multi Router Traffic Grapher) in a container!

Topics

Resources

Stars

Watchers

Forks