Ad Widget

Collapse

SNMP Builder for Zabbix

Collapse
X
 
  • Time
  • Show
Clear All
new posts

  • sire
    replied
    Hi, have your tried more basic MIBs like IF-MIB or HOST-RESOURCES-MIB?

    Leave a comment:


  • dan_cytexone
    replied
    Originally posted by sire
    Hi Guys,

    I have updated SNMP Builder to work with Zabbix 2.4.7. Please download from https://github.com/macrokernel/zabbi...der/tree/2.4.7. Installation instructions are also there.

    It works on my Debian-based Linux with Apache 2.2.22, PHP 5.4.4, Net-SNMP 5.4.3.

    Thanks to Lizard, whitevv, KakersUK and dionnes for patch ideas.
    Thanks for this! I tried to install it and I can't seem to get it to work. Here is what the screen looks like.

    No matter what MIB I try it only shows up with iso / ccitt underneath it and nothing works. I can snmpwalk and snmpget the device from the console. the import mib also doesn't work, but I manually uploaded the MIB to the server.



    Leave a comment:


  • sire
    replied
    No, I don't have 3.0 installed. Almost sure that SNMP Builder will not work with 3.0.
    Last edited by sire; 20-02-2016, 15:22.

    Leave a comment:


  • dan_cytexone
    replied
    Have you tested with 3.0?

    Leave a comment:


  • sire
    replied
    SNMP Builder for Zabbix 2.4.7

    Hi Guys,

    I have updated SNMP Builder to work with Zabbix 2.4.7. Please download from https://github.com/macrokernel/zabbi...der/tree/2.4.7. Installation instructions are also there.

    It works on my Debian-based Linux with Apache 2.2.22, PHP 5.4.4, Net-SNMP 5.4.3.

    Thanks to Lizard, whitevv, KakersUK and dionnes for patch ideas.
    Last edited by sire; 11-02-2016, 19:23.

    Leave a comment:


  • aaresmi
    replied
    Hi spaww,

    I sent you a PM but dont know if You saw it,

    Finally I installed all ZE 2.1 pluggins (to test the script) and seems to ends OK but in zabbix console I have the next errors

    SQL error [ORA-00942: table or view does not exist] in [SELECT userid, tx_option, tx_value from zbxe_preferences zpre WHERE userid in (0,1) and st_ativo = 1 order by userid, tx_option]
    oci_fetch_assoc(): ORA-24374: define not done before fetch or execute and fetch [dashboard.php:22 → require_once() → require_once() → DBfetch() → oci_fetch_assoc() in /home/swcomun/herrtux/aaresmi/mon-zabbix/httpd/htdocs/zabbix/include/db.inc.php:600]
    Undefined index: map_company [dashboard.php:22 → require_once() → require_once() in /home/swcomun/herrtux/aaresmi/mon-zabbix/httpd/htdocs/zabbix/include/zbxe_visual_imp.php:236]
    Undefined index: url [dashboard.php:31 → require_once() → zbx_construct_menu() in /home/swcomun/herrtux/aaresmi/mon-zabbix/httpd/htdocs/zabbix/include/menu.inc.php:338]
    Undefined index: url [dashboard.php:31 → require_once() → zbx_construct_menu() in /home/swcomun/herrtux/aaresmi/mon-zabbix/httpd/htdocs/zabbix/include/menu.inc.php:342]
    Undefined offset: 0 [dashboard.php:31 → require_once() → zbx_construct_menu() in /home/swcomun/herrtux/aaresmi/mon-zabbix/httpd/htdocs/zabbix/include/menu.inc.php:373]

    Could you guide, please?

    Regards

    Leave a comment:


  • aaresmi
    replied
    Yes of course.

    Leave a comment:


  • spaww
    replied
    Please,

    Share the results... currently I are coding the new version of Zabbix Extras for ZBX 3

    So the installer script will be the last think to do. And your issue can be the same of another users

    Originally posted by aaresmi
    thx spaww, i will try this approach, let you know the result and will share the script modified if there is someone who is interested for

    Thx a lot!!!

    Leave a comment:


  • aaresmi
    replied
    thx spaww, i will try this approach, let you know the result and will share the script modified if there is someone who is interested for

    Thx a lot!!!

    Leave a comment:


  • spaww
    replied
    Aaresmi,

    I think you can easy change the installExtras.sh to dont need the dialog package

    The dialog package is for have a easy wizard for install... change the references to accept paramiters on command line and use the easy installation of ZE

    I think is better because, in other way, you will need to change manually many files

    Originally posted by aaresmi
    Hi spaww,

    first of all, thanks for the quick answer and you great work and help!!!

    My problem is that i havent root and havent package dialog installed. is there any procedure to install manually without use instalaExtras.sh?

    Sorry for the inconveniences and Thx a lot!!!

    Leave a comment:


  • aaresmi
    replied
    Hi spaww,

    first of all, thanks for the quick answer and you great work and help!!!

    My problem is that i havent root and havent package dialog installed. is there any procedure to install manually without use instalaExtras.sh?

    Sorry for the inconveniences and Thx a lot!!!

    Leave a comment:


  • spaww
    replied
    Aaresmi,

    Its more easy install ZE and hide the other menu modules... I dont think about this "option" when I create the plugin.

    Its liked to have the slideshow of Zabbix working without Zabbix frontend...


    Originally posted by aaresmi
    Sorry spaww, one question. I am trying to install only the SNMP Builder plugin from zabbix-extras 2.1 manually,
    For it, I did:
    0.- uncompress snmpbuilder-master.zip
    1.- copy the content of snmpbuilder-master folder into my zabbix web root
    2.- Include the refer to zbxe-snmp-builder.php in include/menu.inc.php

    When i click in SNMP Builder label i get Fatal error: require_once(): Failed opening required 'include/zbxe_visual_imp.php

    I try to search this file in the plugin but i didn't find it.

    am I doing something wrong?where can i find it?

    Thanks a lot for your help!!!!

    Leave a comment:


  • aaresmi
    replied
    SNMP Builder with Zabbix 2.4.5

    Sorry spaww, one question. I am trying to install only the SNMP Builder plugin from zabbix-extras 2.1 manually,
    For it, I did:
    0.- uncompress snmpbuilder-master.zip
    1.- copy the content of snmpbuilder-master folder into my zabbix web root
    2.- Include the refer to zbxe-snmp-builder.php in include/menu.inc.php

    When i click in SNMP Builder label i get Fatal error: require_once(): Failed opening required 'include/zbxe_visual_imp.php

    I try to search this file in the plugin but i didn't find it.

    am I doing something wrong?where can i find it?

    Thanks a lot for your help!!!!

    Leave a comment:


  • spaww
    replied
    Originally posted by Yasamal33
    Well, today i try again. Maybe u can help with come tips apache optimization? Cuz now i monitor around 150-200 devices (snmp+icmp+alerts e.t.c) and there is 1-2% cpu load.
    This happens after you access what module of ZE (Zabbix Extras) ?
    Can you create a second folder with the entire zabbix frontend for install ZE in this frontend and make tests without another zabbix users see ?
    I think is betther for tests.

    Leave a comment:


  • Yasamal33
    replied
    Originally posted by spaww
    U-a-U... I never see this happen in any place using Zabbix Extras ... or Zabbix. And I know about some hurge places (more than 15k hosts) using zabbix and zabbix extras without problemas (in Centos 6.5 / Postgree and Centos 7 / MySQL)...
    Well, today i try again. Maybe u can help with come tips apache optimization? Cuz now i monitor around 150-200 devices (snmp+icmp+alerts e.t.c) and there is 1-2% cpu load.

    Leave a comment:

Working...