[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Invalid DS name
- To: hobbit (at) hswn.dk
- Subject: Invalid DS name
- From: "John Glowacki" <jg2727 (at) gmail.com>
- Date: Wed, 16 Apr 2008 13:25:50 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=/gb5UQUvRgiTHMRvADGSMl2qj2X/RgDEhj4yx7CNpD4=; b=jL+gfvlv9BPH/8THHaiyuFROLatungG6NIPsYvojYt/OUZY0QYzV7po3aE482zoJzCMhZAf0+Y85CnjpNKl5u3AHcsNMSBTSMh47H7n0Q4jtKEi2eeTbVFtduqGF96a32wRX1eK0hhI6KMEIDTdjDiYRLY+pPkXpeG4oEb1bxxI=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=DkHAGrHGF47yGCNHinPlDJVPzYV998dh7a8NrSCRfon/G7rMwfIYDM59BaR/0Cb9xMLXqjImEaVLDNVsgdIMW3CB5DuWLg5W4fCipzdRd3eTgpoY9xZH6/CkDoBt1YZcrEcznvsnJGDaixf4IavOPakIJNprB/dYzm4jrrqtgG8=
Hi,
I am getting the following "Invalid DS name" error in rrd-status.log
while testing what I can do with hobbit_snmpcollect running 20080405
snapshot. Do I have a configuration issue or is this a code issue? I
just had a thought. Is it the quotes need to be stripped out or
converted?
rrd-status.log:
2008-04-16 12:20:46 RRD error creating
/opt/hobbit/data/rrd/itfilera/netappvolume.",vol,testvol,.snapshot".rrd:
Invalid DS name
2008-04-16 12:20:46 RRD error creating
/opt/hobbit/data/rrd/itfilera/netappvolume.",vol,testvol,".rrd:
Invalid DS name
hobbit-snmphosts.cfg:
[itfilera]
version=1
community=public
ip=x.x.x.x
ifmib={x.x.x.x}
systemmib
netappvolume=(*)
hobbit-snmpmibs.cfg:
[netappvolume]
keyidx (.1.3.6.1.4.1.789.1.5.4.1.2)
dfIndex = .1.3.6.1.4.1.789.1.5.4.1.1
dfMountedOn = .1.3.6.1.4.1.789.1.5.4.1.10
dfMaxFilesAvail = .1.3.6.1.4.1.789.1.5.4.1.11 /rrd:GAUGE
dfMaxFilesUsed = .1.3.6.1.4.1.789.1.5.4.1.12 /rrd:GAUGE
dfMaxFilesPossible = .1.3.6.1.4.1.789.1.5.4.1.13 /rrd:GAUGE
dfHighTotalKBytes = .1.3.6.1.4.1.789.1.5.4.1.14
dfLowTotalKBytes = .1.3.6.1.4.1.789.1.5.4.1.15
dfHighUsedKBytes = .1.3.6.1.4.1.789.1.5.4.1.16
dfLowUsedKBytes = .1.3.6.1.4.1.789.1.5.4.1.17
dfHighAvailKBytes = .1.3.6.1.4.1.789.1.5.4.1.18
dfLowAvailKBytes = .1.3.6.1.4.1.789.1.5.4.1.19
dfFileSys = .1.3.6.1.4.1.789.1.5.4.1.2
dfKBytesTotal = .1.3.6.1.4.1.789.1.5.4.1.3 /rrd:GAUGE
dfKBytesUsed = .1.3.6.1.4.1.789.1.5.4.1.4 /rrd:GAUGE
dfKBytesAvail = .1.3.6.1.4.1.789.1.5.4.1.5 /rrd:GAUGE
dfPerCentKBytesCapacity = .1.3.6.1.4.1.789.1.5.4.1.6 /rrd:GAUGE
dfInodesUsed = .1.3.6.1.4.1.789.1.5.4.1.7 /rrd:GAUGE
dfInodesFree = .1.3.6.1.4.1.789.1.5.4.1.8 /rrd:GAUGE
dfPerCentInodeCapacity = .1.3.6.1.4.1.789.1.5.4.1.9 /rrd:GAUGE
hobbit page output:
["/vol/testvol/.snapshot"]
dfIndex = 18
dfMountedOn = "/vol/testvol/.snapshot"
dfMaxFilesAvail = 35212
dfMaxFilesUsed = 121
dfMaxFilesPossible = 281714
dfHighTotalKBytes = 0
dfLowTotalKBytes = 209712
dfHighUsedKBytes = 0
dfLowUsedKBytes = 480
dfHighAvailKBytes = 0
dfLowAvailKBytes = 209232
dfFileSys = "/vol/testvol/.snapshot"
dfKBytesTotal = 209712
dfKBytesUsed = 480
dfKBytesAvail = 209232
dfPerCentKBytesCapacity = 0
dfInodesUsed = 0
dfInodesFree = 0
dfPerCentInodeCapacity = 0
["/vol/testvol/"]
dfIndex = 17
dfMountedOn = "/vol/testvol/"
dfMaxFilesAvail = 35212
dfMaxFilesUsed = 121
dfMaxFilesPossible = 281714
dfHighTotalKBytes = 0
dfLowTotalKBytes = 838864
dfHighUsedKBytes = 0
dfLowUsedKBytes = 60868
dfHighAvailKBytes = 0
dfLowAvailKBytes = 777996
dfFileSys = "/vol/testvol/"
dfKBytesTotal = 838864
dfKBytesUsed = 60868
dfKBytesAvail = 777996
dfPerCentKBytesCapacity = 7
dfInodesUsed = 121
dfInodesFree = 35091
dfPerCentInodeCapacity = 0
Thanks,
John