I am using zabbix in a productional and lab-environment.
The issue with eating mem. is only happening in the production environment. The lab-environment is virtual. In the production environment the only difference is that I have also added UserParameter checks (beneath others) for reading hd/cpu temperature:
The issue with eating mem. is only happening in the production environment. The lab-environment is virtual. In the production environment the only difference is that I have also added UserParameter checks (beneath others) for reading hd/cpu temperature:
UserParameter=up.system.cpu.comm[*],ps S -C $1 -o pcpu= --sort=-pcpu | head -1
UserParameter=up.sensor[*],sensors|sed -n '/$1/p'|sed 's/$1: *+\([0-9]\{1,3\}\.[0-9]\{1,3\}\).*/\1/'
UserParameter=up.sensor[*],sensors|sed -n '/$1/p'|sed 's/$1: *+\([0-9]\{1,3\}\.[0-9]\{1,3\}\).*/\1/'


.
roxy config]
Comment