HotSaNIC + RRDTool => not a simple integer
Posted: 2004-01-26 21:12
Hallo zusammen.. ich habe folgendes problem:
ich habe HotSaNIC 0.4.0 mit RRDTool 1.0.46 installiert und nach bestem wissen und gewissen konfiguriert.
dann habe ich die module system und traffic aktiviert und ebenfalls konfiguriert.. system läuft einwandfrei und traffic weigert sich.. daher mal meine config:
so, wenn ich jetzt den daemon starte erstellt er für system alle grafiken einwandfrei und bei traffic sind keine daten verfügbar.. also hab ich in das error log geschaut, was folgendes sagt:
wobei diese letzte zahl meinem aktuellen "input" laut /proc/net/dev entspricht
nun stellt sich mir die frage: wat nu?
irgendwelche ideen? mit google und der foren suche hab ich leider nix gefunden :( und wie ich das problem beheben könnte weiss ich jetzt auch nicht.
ich habe HotSaNIC 0.4.0 mit RRDTool 1.0.46 installiert und nach bestem wissen und gewissen konfiguriert.
dann habe ich die module system und traffic aktiviert und ebenfalls konfiguriert.. system läuft einwandfrei und traffic weigert sich.. daher mal meine config:
Code: Select all
# Which kind of legend shall be used
# set STYLE="bytes" to display all values in bytes/s
# set STYLE="bits" to display all values in bits/s
#
STYLE="bytes"
# Shall input and output traffic be swaped ?
# (possible values for "yes" are: "yes" "true" "1")
#
SWAPIO="no"
# Configure one line for each device that shall be sampled:
#
# DEV=<device>,<max bytes/s input>,<max bytes/s output>,<description>
#
# <device> is the network-device you like to sample
#
# for SNMP queries the <device> entry has the following format:
#
# SNMP:<host>:<interface#>:<community>:<method>
#
# <interface#> is the last number in the OID
#
# <method> defines the query-method. if nothing is given, the script
# uses GetBulk method by default, if you say "walk" the script
# does a (more compatible, but slower) SNMP-walk over the
# whole interface tree.
#
# Examples:
#
# DEV="eth0,12500000,12500000,100 MBit ethernet"
# DEV="SNMP:192.168.1.1:2:public,12500000,12500000,100 MBit ethernet via SNMP (bulk)"
# DEV="SNMP:192.168.1.1:1:public:walk,1250000,1250000,10 MBit ethernet via SNMP (walk)"
#
DEV="eth0,12500000,12500000,100 MBit Ethernet"
Code: Select all
1075146016 TRAFFIC: : unable to update `eth0.rrd': not a simple integer: '2201976720'
nun stellt sich mir die frage: wat nu?
irgendwelche ideen? mit google und der foren suche hab ich leider nix gefunden :( und wie ich das problem beheben könnte weiss ich jetzt auch nicht.