Ad Widget
Collapse
SNMP Builder for Zabbix
Collapse
X
-
Here you have a prepared version for 1.8.3, just remove the xml extension.
It fixes the loading of JS (as mentioned in this thread).
Is not working for me, but should work in other systems.
And, could you post which web server, php version, json version and agent version are you using and if snmp_builder works for you?
I want to contrast with my system so I can discard options.
@giapnguyen
Could it be that your modified DynTable has some glitches?
Couldn't get it to work, but it seems to be gathering data as expected.Attached FilesComment
-
AFAIK, you only need to deploy the provided files for snmp_builder, modify the snmp_builder.php to fix paths, change jsLoader.php to include needed libraries and add the link to snmp_builder.Comment
-
I'm trying to get this working on 1.8.4... I've got php-pecl-json installed
but I get a blank page (no oid table) when I input an IP and select the MIB. I can browser the device fine with snmpwalk. No errors that I can spy in httpd/error_log or access_log.Comment
-
I've modified the version from https://github.com/giapnguyen/snmpbuilder to add a dropbox for one to select the snmp version to use.Attached FilesLast edited by luisdavim; 07-02-2011, 15:32.Comment
-
I'v got the same error. Zabbix 1.8.3
Output of
is going without errors...PHP Code:<?php
exec("snmptranslate -Ts -M /var/www/localhost/htdocs/snmp_builder/mibs -m ALL 2>&1", $results);
print_r($results);
?>Comment
-
I've got working snmpbuilder on 1.8.4, just added the following variables to $availableJScripts array in jsLoader.php:
and changed $page['scripts'] variable in snmp_builder.php to the following:Code:'Tree.js' => '../snmp_builder/', 'snmp_builder.js' => '../snmp_builder/', 'DynTable.js' => '../snmp_builder/'
But now I have another issue - I can't to save snmp-variables as items - nothing happens then "save" button is pressed.Code:$page['scripts'] = array('Tree.js','snmp_builder.js','DynTable.js','effects.js','dragdrop.js');Last edited by XelNag; 28-02-2011, 17:09.Comment
-
snmpbuilder save&clear list buttons
hi all,
thank you for this wonderful product.
i'm using snmpbuilder on zabbix 1.8.1, everything works well but save and clear list buttons.
i've already tried the fix for zabbix 1.8.4rc1 but it doesn't work.
how can i solve?
thank youComment
Comment