Hi there,
I'm fairly new with Zabbix and SNMP monitoring.
I'm planning to minitor some linux servers with Zabbix and I want to do this with SNMP.
I already have some items monitored with SNMP on a remote machine, but one thing I can't get right.
I want to monitor running processes on a remote machine with SNMP; let's say httpd.
I configured the snmpd.conf with the parameter:
proc HTTPD
I tried also the MAX and MIN number after HTTPD, but it is not working as aspected.
So what I did:
snmpwalk -v 2c -c zabbix-client 192.168.122.36 .1.3.6.1.4.1.2021.2
and looked for the prErrorFlag.<nr>
Then an snmpget:
snmpget -v 2c -c zabbix-client -On 192.168.122.36 UCD-SNMP-MIB:
rErrorFlag.<nr>
The OID I get from snmpget, is the one I used to configure the item on Zabbix.
In latest data It says...up(1), but when I shutdown the httpd process, It doesn't switch to down(0). I have this with all the running processes I configured.
What did I wrong?
Kind regards,
Roland
I'm fairly new with Zabbix and SNMP monitoring.
I'm planning to minitor some linux servers with Zabbix and I want to do this with SNMP.
I already have some items monitored with SNMP on a remote machine, but one thing I can't get right.
I want to monitor running processes on a remote machine with SNMP; let's say httpd.
I configured the snmpd.conf with the parameter:
proc HTTPD
I tried also the MAX and MIN number after HTTPD, but it is not working as aspected.
So what I did:
snmpwalk -v 2c -c zabbix-client 192.168.122.36 .1.3.6.1.4.1.2021.2
and looked for the prErrorFlag.<nr>
Then an snmpget:
snmpget -v 2c -c zabbix-client -On 192.168.122.36 UCD-SNMP-MIB:
rErrorFlag.<nr>The OID I get from snmpget, is the one I used to configure the item on Zabbix.
In latest data It says...up(1), but when I shutdown the httpd process, It doesn't switch to down(0). I have this with all the running processes I configured.
What did I wrong?
Kind regards,
Roland

Comment