I've found a bug when adding defined items defined from performance monitor.
Example counter:
perf_counter[\Memory\Committed Bytes]
This reports how much Total Memory a windows machine is using. (Programs in Memory + Pagefile)
When adding this counter, the backslashes ("\") are doubled by the web interface after saving. So it looks like:
perf_counter[\\Memory\\Committed Bytes]
It is also saved in the database like this. It shortly turns off stating unsupported and stops working. I'm assuming the double slashes are to escape the slash.
I updated the database row manually to the single back slash format and the item now records correctly without stopping. Just though you might wanna know. I'm not sure if this is specific to this version either.
Example counter:
perf_counter[\Memory\Committed Bytes]
This reports how much Total Memory a windows machine is using. (Programs in Memory + Pagefile)
When adding this counter, the backslashes ("\") are doubled by the web interface after saving. So it looks like:
perf_counter[\\Memory\\Committed Bytes]
It is also saved in the database like this. It shortly turns off stating unsupported and stops working. I'm assuming the double slashes are to escape the slash.
I updated the database row manually to the single back slash format and the item now records correctly without stopping. Just though you might wanna know. I'm not sure if this is specific to this version either.

Comment