Ad Widget

Collapse

PATCH: SNMPv3 support

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sauron
    Senior Member
    • Jan 2005
    • 215

    #1

    PATCH: SNMPv3 support

    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.
    Attached Files
  • zarath
    Junior Member
    • Jan 2006
    • 5

    #2
    Added support for SHA authtype

    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

    Code:
    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
    Code:
    --- 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\">";
    Attached Files
    Last edited by zarath; 23-01-2006, 15:46.

    Comment

    • anilaliyan
      Junior Member
      • Mar 2007
      • 1

      #3
      How to apply snmp v3 patch

      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
      Last edited by anilaliyan; 21-03-2007, 05:25.

      Comment

      • sushilk
        Junior Member
        • Feb 2007
        • 26

        #4
        hi

        do we need to apply this for enabling snmpv3 in 1.4.2
        please reply

        Comment

        • BenP
          Member
          • Aug 2007
          • 35

          #5
          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

          Comment

          Working...