[INFO] Templates May Require Updates After Upgrade to 0.8.7
Moderators: Developers, Moderators
- TheWitness
- Developer
- Posts: 17047
- Joined: Tue May 14, 2002 5:08 pm
- Location: MI, USA
- Contact:
[INFO] Templates May Require Updates After Upgrade to 0.8.7
Note,
If your graph templates contain scripts that use the following functions:
cacti_snmp_get
cacti_snmp_walk
Or, if your script as script server based, you will have to update these scripts prior to cutting over to the new Cacti system. A good way to audit this would be to execute the following:
cd <path_cacti>/scripts
grep -i cacti_snmp *
also,
grep -i call_user_func_array *
For each script found, you need to audit to make sure that for the script server scripts, you have changed the include of config.php to global.php and that for the cacti_snmp_*, you have changed your calling parameters. The new format is as follows:
cacti_snmp_get($hostname, $community, $oid, $version, $username, $password, $auth_proto, $priv_pass, $priv_proto, $context, $port = 161, $timeout = 500, $retries = 0, $environ = SNMP_POLLER)
The new fields are:
$auth_proto
$priv_pass
$priv_proto
$context
If you don't use snmpV3, you can simply set these to "".
Regards,
TheWitness
If your graph templates contain scripts that use the following functions:
cacti_snmp_get
cacti_snmp_walk
Or, if your script as script server based, you will have to update these scripts prior to cutting over to the new Cacti system. A good way to audit this would be to execute the following:
cd <path_cacti>/scripts
grep -i cacti_snmp *
also,
grep -i call_user_func_array *
For each script found, you need to audit to make sure that for the script server scripts, you have changed the include of config.php to global.php and that for the cacti_snmp_*, you have changed your calling parameters. The new format is as follows:
cacti_snmp_get($hostname, $community, $oid, $version, $username, $password, $auth_proto, $priv_pass, $priv_proto, $context, $port = 161, $timeout = 500, $retries = 0, $environ = SNMP_POLLER)
The new fields are:
$auth_proto
$priv_pass
$priv_proto
$context
If you don't use snmpV3, you can simply set these to "".
Regards,
TheWitness
True understanding begins only when we realize how little we truly understand...
Life is an adventure, let yours begin with Cacti!
Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages
For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
Life is an adventure, let yours begin with Cacti!
Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages
For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
-
- Cacti User
- Posts: 151
- Joined: Mon Feb 05, 2007 3:57 am
- Location: Munich, Germany
This works fine for php scripts but I also have some templates that are only XML files (e.g. http://forums.cacti.net/about19640.html or http://forums.cacti.net/about8777.html), what do I have to do with them?
-
- Posts: 11
- Joined: Thu Jul 05, 2007 8:14 pm
Because its User's scripts which need to be updated, not core cacti files/scripts. Cacti doesn't touch user scripts...
| Scripts: Monitor processes | RFC1213 MIB | DOCSIS Stats | Dell PowerEdge | Speedfan | APC UPS | DOCSIS CMTS | 3ware | Motorola Canopy |
| Guides: Windows Install | [HOWTO] Debug Windows NTFS permission problems |
| Tools: Windows All-in-one Installer |
Hi all,
I have two scripts that don't work after upgrading to 0.8.7b from 0.8.6j. They are ss_slb_vserver.php and ss_slb_rserver.php.
Within them, they have this line:
Given the above information, does this mean that I should change this to the following?
Thanks,
Joe
I have two scripts that don't work after upgrading to 0.8.7b from 0.8.6j. They are ss_slb_vserver.php and ss_slb_rserver.php.
Within them, they have this line:
Code: Select all
$value = cacti_snmp_get($hostname, $snmp_community, $target, $snmp_version, $snmpv3_auth_username, $snmpv3_auth_password, $snmp_port, $snmp_timeout, SNMP_POLLER)
Code: Select all
$value = cacti_snmp_get($hostname, $community, $oid, $version, $username, $password, $auth_proto, $priv_pass, $priv_proto, $context, $port = 161, $timeout = 500, $retries = 0, $environ = SNMP_POLLER)
Joe
Clarification needed please..
Hello All,Helmut Schneider wrote:This works fine for php scripts but I also have some templates that are only XML files (e.g. http://forums.cacti.net/about19640.html or http://forums.cacti.net/about8777.html), what do I have to do with them?
I'm looking to upgrade from cacti-0.8.6g-1, as I am unable to import the FWSM xml template (last post on this thread here: http://forums.cacti.net/viewtopic.php?t ... light=fwsm - http://forums.cacti.net//files/cacti_ho ... sa_736.xml ) and I get an error when trying to import the xml (Error: XML: Hash version does not exist).
Can anyone please tell me if I need to do anything with my previously imported xml templates prior to running through the upgrade steps? - I'm worried about losing the graphs I have managed to get working!
(I have run the commands to check the php scripts and it didn't return any output, so think ok on that front )
Any advice will be gratefully received, thanks.
cheers,
riz.
Who is online
Users browsing this forum: No registered users and 2 guests