Hi (again)
I have (again !) a question... It's for a test, not really a problem :
I want to obtain the name of all of processes by SNMP protocol; I found this OID witch works with Linux/Unix and Windows :
.1.3.6.1.2.1.25.4.2.1.2
But it's not a value, it's a sub-tree, and getif returns something like that :
(result obtain with snmpwalk exactly )
and I don't see how zabbix can interpret this "table" or how I can make...
I discover zabbix since 12 days. I must study this software 10 weeks... and I have 3-4 questions by day, even though I am always reading documentation...
So, sorry for my several posts on this great forum ! (and sorry for my bad and poor English...)
I have (again !) a question... It's for a test, not really a problem :
I want to obtain the name of all of processes by SNMP protocol; I found this OID witch works with Linux/Unix and Windows :
.1.3.6.1.2.1.25.4.2.1.2
But it's not a value, it's a sub-tree, and getif returns something like that :
Code:
iso.3.6.1.2.1.25.4.2.1.2.1 = STRING: "init" iso.3.6.1.2.1.25.4.2.1.2.2 = STRING: "kthreadd" iso.3.6.1.2.1.25.4.2.1.2.3 = STRING: "migration/0" iso.3.6.1.2.1.25.4.2.1.2.4 = STRING: "ksoftirqd/0" iso.3.6.1.2.1.25.4.2.1.2.5 = STRING: "watchdog/0" iso.3.6.1.2.1.25.4.2.1.2.6 = STRING: "events/0" iso.3.6.1.2.1.25.4.2.1.2.7 = STRING: "khelper"
and I don't see how zabbix can interpret this "table" or how I can make...
I discover zabbix since 12 days. I must study this software 10 weeks... and I have 3-4 questions by day, even though I am always reading documentation...
So, sorry for my several posts on this great forum ! (and sorry for my bad and poor English...)

Comment