I use this item what monitor Windows counter for process memory
PerfCounter = SMService_Bytes,"\Process(SMService)\Working Set",60
It value is about 3-5 GB usually. And all Memory of server is 12-16 GB.
When process work and is in memory - all OK.
When it fail - this item give value of 1.0E+12 or -1.0E+12. Or 931.32 GB in graph.
I think what in case of absence of process in memory Windows give negative value and zabbix interpret it as very big number.
Is it possible to get round this problem?
Or as exclusion may I use any function as such min(abs(SMService_Bytes), 10GB) ?
Zabbix version 1.8.1
PerfCounter = SMService_Bytes,"\Process(SMService)\Working Set",60
It value is about 3-5 GB usually. And all Memory of server is 12-16 GB.
When process work and is in memory - all OK.
When it fail - this item give value of 1.0E+12 or -1.0E+12. Or 931.32 GB in graph.
I think what in case of absence of process in memory Windows give negative value and zabbix interpret it as very big number.
Is it possible to get round this problem?
Or as exclusion may I use any function as such min(abs(SMService_Bytes), 10GB) ?
Zabbix version 1.8.1