Ad blocker detected: Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by disabling your ad blocker on our website.
blubbersuelze wrote:
why don't update?
Especially to get all the security issues fixed ...
0.8.8b was the version that came with my Linux distro (Raspbian Jessie, very similar to Debian Jessie). After manually updating cacti to 0.8.8h, it basically works - however, unfortunately with a few shortcomings:
I'm also affected by the "missing inbound traffic" bug Dopamin2485 described. The data template looks like your screenshot, the data source seems to be correctly associated with the graph template and I also removed and re-added the templates - to no avail so far.
The Raspberry Pi (model B) I was trying to run this on is way too slow for the Python scripts. I had to increase the poller's timeout to 120s to get it running, but even then, a full poller run takes almost 4 minutes(!) and increases the permanent CPU load on the Pi to ~80%.
Given the second issue, I'm afraid I'll leave that for the time being.
I installed everything as described, but only my outbound traffic is shown in the graph.
Bildschirmfoto 2016-11-09 um 11.32.44.png (133.23 KiB) Viewed 5527 times
Settings are as followed:
Bildschirmfoto 2016-11-09 um 11.35.43.png (334.16 KiB) Viewed 5527 times
Bildschirmfoto 2016-11-09 um 11.35.56.png (358.46 KiB) Viewed 5527 times
Bildschirmfoto 2016-11-09 um 11.36.05.png (358.12 KiB) Viewed 5527 times
Bildschirmfoto 2016-11-09 um 11.36.17.png (361.57 KiB) Viewed 5527 times
The output from the python script:
NewTotalBytesSent:2425813134 NewTotalBytesReceived:3395213475 NewTotalPacketsSent:1027688 NewTotalPacketsReceived:3168569
Cacti Version 0.8.8h
Cacti OS unix
SNMP Version NET-SNMP version: 5.7.2.1
RRDTool Version RRDTool 1.4.x
Now, there is a new Problem. The cacti produced a huge peak tonight. I limited the graph, because I couldnt see any else than the peak. But have a look at the maximum, I even dont know, what P stands for ^^ I think, the T at average is Terra. Any Ideas to avoid peaks like this?
I am running Cacti on a Synology. I even upgraded to a new version 0.8.8.h but I can't get the installation completed :
root@DS213:/volume1/downloads/cacti# pip install request
Requirement already satisfied: request in /usr/lib/python2.7/site-packages
Requirement already satisfied: get in /usr/lib/python2.7/site-packages (from request)
Requirement already satisfied: setupfiles in /usr/lib/python2.7/site-packages (from request)
Requirement already satisfied: post in /usr/lib/python2.7/site-packages (from request)
Requirement already satisfied: query-string in /usr/lib/python2.7/site-packages (from get->request)
Requirement already satisfied: setuptools in /usr/lib/python2.7/site-packages (from setupfiles->request)
Requirement already satisfied: public in /usr/lib/python2.7/site-packages (from query-string->get->request)