PDA

View Full Version : PATCH: SNMPv3 support


sauron
07-11-2005, 15:20
Full SNMPv3 support for zabbix. I'm tested all security level: noAuthNoPriv,AuthNoPriv and AuthPriv.

Tested zabbix 1.1 beta2 with net-snmp-5.2.1.2 on my Gentoo Linux Box. I'm think this need more testing.

zarath
18-01-2006, 15:11
Great that there is SNMPv3 in zabbix, unfortunately I have to use SHA auth for some devices.

I've appended a patch, which lets you choose between MD5 and SHA.

I needed a

update items set snmpv3_authtype=0 where snmpv3_authtype=0;

at the database to get templates working again.

And I missed one authtype addition in the frontend... sorry

--- forms.inc.php 2006-01-18 11:26:46.306225000 +0100
+++ forms.inc.php 2006-01-23 14:40:50.027891651 +0100
@@ -474,6 +474,7 @@

echo "<input class=\"biginput\" name=\"snmpv3_securityname\" type=hidden value=\"$snmpv3_securityname\">";
echo "<input class=\"biginput\" name=\"snmpv3_securitylevel\" type=hidden value=\"$snmpv3_securitylevel\">";
+ echo "<input class=\"biginput\" name=\"snmpv3_authtype\" type=hidden value=\"$snmpv3_authtype\">";
echo "<input class=\"biginput\" name=\"snmpv3_authpassphrase\" type=hidden value=\"$snmpv3_authpassphrase\">";
echo "<input class=\"biginput\" name=\"snmpv3_privpassphrase\" type=hidden value=\"$snmpv3_privpassphrase\">";

anilaliyan
21-03-2007, 05:22
Hi All,

how to apply the snmp v3 patch to a running zabbix server?? I have rpm based zabbix installtion on fedora core 5.

Is there any way to upgrade snmp v3 support in rpm based installation???

I'll be glad to hear from you all bout this.

Thanks & Regards,

Have a great day ahead.

Anil

sushilk
30-10-2007, 15:53
do we need to apply this for enabling snmpv3 in 1.4.2
please reply

BenP
15-11-2007, 15:57
Hi,


Agentless monitoring

* Monitoring of remote services (FTP, SSH, HTTP, other)
* Support of SNMP v1,2,3
* SNMP traps
(sources: zabbix.com)


Look at the date of patch release! ;)

@+

Ben