FileSystem.Free not triggering

Started by gthomson, April 29, 2011, 04:54:45 AM

Previous topic - Next topic

gthomson

I have a new install with v1.0.11.
Console and NetXMS server are on a WinXP 32bit.
I have a 64bit SQL box with Win32 Enterprise, so I put the 32bit NetXMS agent on there.
I'm checking disk space using FileSystem.Free(S:)
Also tried Disk.Free(S:) -but no difference there.
I have it looking for anything less than threshold of 12000000000 (roughly 11gb).
The drive has a bit over 9gb available - and right-clicking on the node and displaying Last DCI Values shows a value of 9455075328 for that DCI.
But it never triggers the status change.
I'm doing this using the cluster alias, but have tried also on the active physical node, and no change there either.
The performance graph does show the space under the threshhold level.
All the polling frequency settings are set to default settings.


gthomson

Disregard this question.

I got looking into the actions, events, and event processing and realized I didn't have all the pieces in place for it to trigger. I think I have it going as expected now.