]> git.sven.stormbind.net Git - sven/scripts.git/commitdiff
Simplify for NICs to MaxBytes[xxx]
authorSven Hoexter <sven@timegate.de>
Sun, 2 Oct 2011 16:09:38 +0000 (18:09 +0200)
committerSven Hoexter <sven@timegate.de>
Sun, 2 Oct 2011 16:09:38 +0000 (18:09 +0200)
mrtg-alix/mrtg-scripts/mrtg.cfg

index 1741b75aaf550e77f1ea812223c144744aee03bf..b4da0264f76766dfc7a8b85578a1627a4faf7b3a 100644 (file)
@@ -78,29 +78,25 @@ Colours[temp]: ORANGE#ffa000, RED#f00000, BLACK#000000, VIOLET#ff00ff
 #### Network interfaces ###
 
 Target[ppp0]: `/usr/local/sbin/explore_net ppp0`
-MaxBytes1[ppp0]: 204800
-MaxBytes2[ppp0]: 204800
+MaxBytes[ppp0]: 204800
 Title[ppp0]: Traffic device ppp0 [DSL]
 PageTop[ppp0]: Internet Link
 #WithPeak[ppp0]: wym
 
 Target[eth0]: `/usr/local/sbin/explore_net eth0`
-MaxBytes1[eth0]: 12500000
-MaxBytes2[eth0]: 12500000
+MaxBytes[eth0]: 12500000
 Title[eth0]: Traffic device eth0 [LAN]
 PageTop[eth0]: LAN
 #WithPeak[eth0]: wym
 
 Target[eth2]: `/usr/local/sbin/explore_net eth2`
-MaxBytes1[eth2]: 12500000
-MaxBytes2[eth2]: 12500000
+MaxBytes[eth2]: 12500000
 Title[eth2]: Traffic device eth2 [WLAN]
 PageTop[eth2]: WLAN
 #WithPeak[eth2]: wym
 
 Target[tun0]: `/usr/local/sbin/explore_net tun0`
-MaxBytes1[tun0]: 12500000
-MaxBytes2[tun0]: 12500000
+MaxBytes[tun0]: 12500000
 Title[tun0]: Traffic device tun0 [VPN]
 PageTop[tun0]: OpenVPN
 #WithPeak[tun0]: wym
\ No newline at end of file