I'm trying out NetXMS for the first time. I have a very simple Data collector that looks at the % used space on a disk (FileSystem.UsedPerc(C)). This did work ok, however all of a sudden it has stopped work. I have recreated the DCI and all the timestamps for last values show 1970, so it's not even trying to get this data. Any ideas why? This is happening on all machines, other collecters like CPU usage work fine.
Hi!
You should give disk names with colons, like this:
FileSystem.UsedPerc(C:)
Most likely this is the cause.
Best regards,
Victor