MRTG: Array found where operator expected

OhLe

Registered User
Moin Jungs,

ich bin gerade dabei mich an MRTG zu probieren... Klappt alles soweit einwandfrei... Bis auf 3 Skripte.... Die wollen partout nicht...

Wenn ich
Code:
env LANG=C /usr/bin/mrtg /var/www/mrtg/mrtg.cfg
ausführe dann erhalte ich folgende Fehlermeldungen:

Code:
2012-09-08 01:46:29: ERROR: Target[localhost.cpu][_IN_] 'ssCpuRawUser.0&ssCpuRawUser.public@localhost + ssCpuRawSystem.0&ssCpuRawSystem.public@localhost + ssCpuRawNice.0&ssCpuRawNice.public@localhost' (warn): Array found where operator expected at (eval 18) line 1, at end of line

2012-09-08 01:46:29: ERROR: Target[localhost.cpu][_OUT_] 'ssCpuRawUser.0&ssCpuRawUser.public@localhost + ssCpuRawSystem.0&ssCpuRawSystem.public@localhost + ssCpuRawNice.0&ssCpuRawNice.public@localhost' (warn): Array found where operator expected at (eval 19) line 1, at end of line

Kann jemand etwas damit anfangen und mir helfen?

Danke schonmal! :)
 
Ich habe den Fehler gefunden! Der Fehler steckt manchmal im Detail... :rolleyes:

es lag einfach nur daran dass ich
Code:
ssCpuRawUser.0&ssCpuRawUser.[B]0:[/B]public@localhost + ssCpuRawSystem.0&ssCpuRawSystem.[B]0:[/B]public@localhost + ssCpuRawNice.0&ssCpuRawNice.[B]0:[/B]public@localhost

die fett markierten 0'en nicht drin hatte...
 
Back
Top