![](https://secure.gravatar.com/avatar/ebc4283a59af68f2722c449ac45c5dc9.jpg?s=120&d=mm&r=g)
Hello,
Coming back on this topic,
If I use the WMI Stroge poller instead of the normal storage poller new RRD files are made:
233120 May 23 11:40 storage-host-resources-mib-B___Label_DB08-Backup__Serial_Number_.rrd 233120 May 23 11:40 storage-host-resources-mib-C___Label_OSDisk__Serial_Number_.rrd 233120 May 23 11:40 storage-host-resources-mib-D___Label_Swap__Serial_Number_.rrd 233120 May 23 11:40 storage-host-resources-mib-E___Label_DB08-e__Serial_Number_.rrd 233120 May 23 13:15 storage-hrstorage-B___Label_DB08-Backup__Serial_Number_.rrd 233120 May 23 13:15 storage-hrstorage-C___Label_OSDisk__Serial_Number_.rrd 233120 May 23 13:15 storage-hrstorage-D___Label_Swap__Serial_Number_.rrd 233120 May 23 13:15 storage-hrstorage-E___Label_DB08-e__Serial_Number_.rrd
But in Observium when chekking the RDD tool, it is stil opening the old rrd's.
rrdtool graph /tmp/opzWxFgw4X48K0G8.png --lower-limit 0 --upper-limit 100 -E --start 1400757528 --end 1400843928 --width 1159 --height 300 -c BACK#EEEEEE00 -c SHADEA#EEEEEE00 -c SHADEB#EEEEEE00 -c FONT#000000 -c CANVAS#FFFFFF00 -c GRID#a5a5a5 -c MGRID#FF9999 -c FRAME#5e5e5e -c ARROW#5e5e5e -R normal --font LEGEND:8:'DejaVuSansMono' --font AXIS:7:'DejaVuSansMono' --font-render-mode normal -b 1024 COMMENT:' Size Free % Used\n' DEF:used=/opt/observium/rrd/db08.incassade.local/storage-host-resources-mib-C___Label_OSDisk__Serial_Number_1cdc977c.rrd:used:AVERAGE DEF:free=/opt/observium/rrd/db08.incassade.local/storage-host-resources-mib-C___Label_OSDisk__Serial_Number_1cdc977c.rrd:free:AVERAGE CDEF:size=used,free,+ CDEF:perc=used,size,/,100,* AREA:perc#bbd392: LINE1.25:perc#9abf5b:'C:\ Label:OS' GPRINT:size:LAST:%6.2lf%sB GPRINT:free:LAST:%6.2lf%sB GPRINT:perc:LAST:%5.2lf%%\n
Is that what you mean Adam when you say that I must disable the host-resources-mib?
Kind Regards, Jeremy
________________________________ From: Adam Armstrong adama@memetic.org To: Jeremy Alberts jalbertss@yahoo.com; Observium Network Observation System observium@observium.org Sent: Friday, 23 May 2014 12:04 PM Subject: Re: [Observium] WMI Module Observium
On 2014-05-23 05:00, Jeremy Alberts wrote:
Hello,
I have the following case.
I am useing Observium to monitor a few Windows Server 200 R2 VM's.
Some machines can't get there disks polled because of a BDEdrive partition (because of this partition the poll times go up to 60 sec/per machine as wel). As workarround i have disabled the storage poller module (the polling time goes down to 3 sec), and enabled the WMI poller module. The wmi poller module works nice. Polling of the Disk partition works as wel! There is only one problem, the graphs/logs for diskspace dont get written to the rdd files when using the wmi disk poller module.
Is this a know problem and if so, is there a fix or setting that I could use?
You want to be able to disable HOST-RESOURCES-MIB storage module, but this isn't possible at the moment.
adam.