You're welcome!
Hope graphs are OK too.
Search found 4 matches
- Thu Aug 14, 2014 11:46 am
- Forum: Scripts and Templates
- Topic: Cisco IOS-XR RSP and LC CPU monitoring: script and templates
- Replies: 8
- Views: 3659
- Thu Aug 14, 2014 10:48 am
- Forum: Scripts and Templates
- Topic: Cisco IOS-XR RSP and LC CPU monitoring: script and templates
- Replies: 8
- Views: 3659
Re: Cisco IOS-XR RSP and LC CPU monitoring: script and templ
Yes, the problem is with the python version.
Please replace your script_get_cisco_iosxr_cpu_stats.py with the new one. I've changed it to support python < 2.7.
I hope this time it will work.
Please replace your script_get_cisco_iosxr_cpu_stats.py with the new one. I've changed it to support python < 2.7.
I hope this time it will work.
- Thu Aug 14, 2014 3:25 am
- Forum: Scripts and Templates
- Topic: Cisco IOS-XR RSP and LC CPU monitoring: script and templates
- Replies: 8
- Views: 3659
Re: Cisco IOS-XR RSP and LC CPU monitoring: script and templ
Please check if the script is working correctly from the cli. Just run it from cli using correct IP address and community: /usr/bin/env python /usr/share/cacti/scripts/script_get_cisco_iosxr_cpu_stats.py XXX.XXX.XXX.XXX community num_indexes /usr/bin/env python /usr/share/cacti/scripts/script_get_ci...
- Mon Aug 19, 2013 1:24 pm
- Forum: Scripts and Templates
- Topic: Cisco IOS-XR RSP and LC CPU monitoring: script and templates
- Replies: 8
- Views: 3659
Cisco IOS-XR RSP and LC CPU monitoring: script and templates
Script is written in python and tested on python 2.7.3. Created for Cisco IOS-XR CRS-3 and ASR9010. Tested on cacti 0.8.7i. For snmp queries you need snmpwalk and snmpget installed. By default snmp v2c is used. - unzip cisco_iosxr_cpu_stats.zip - copy script_query_get_iosxr_cpu_stats.xml into CACTI_...