NetXMS Support Forum

English Support => General Support => Topic started by: enigma82 on June 03, 2011, 05:58:45 PM

Title: Data Collector Stopped working
Post by: enigma82 on June 03, 2011, 05:58:45 PM
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.
Title: Re: Data Collector Stopped working
Post by: Victor Kirhenshtein on June 06, 2011, 09:41:32 AM
Hi!

You should give disk names with colons, like this:

FileSystem.UsedPerc(C:)

Most likely this is the cause.

Best regards,
Victor