On 05/23/2014 01:09 PM, Adam Armstrong wrote:
On 2014-05-23 06:03, Tom Laermans wrote:
On 05/23/2014 12:04 PM, Adam Armstrong wrote: 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. I'm not sure if that is enough - I think the WMI part needs to be re-done a bit to fit in better. Because I think it only updates description and value now, but not the rrds (as stated above), it's leaving that to the hr-mib code right now.
Ahh. I had assumed it was similar to the agent sensors stuff.
Oh well!
Yeah, that's the part that would need to be re-done. To be like agent and ipmi - fetch data first, use later. :-)
Tom