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.
CactiEZ 0.7 has been released. You can find the release announcement here CactiEZ 0.7 Released.
Please use this thread for discussion of any issues / problems that you may have with your CactiEZ installation.
Several fixes have already been issued for the current CactiEZ. You can ensure that you are up to date by issuing these commands from the command line.
We have the new CactiEZ installed. The monitor plugin seems not to auto update/refresh. it just hows the Last Refresh time as the time at which you initially visited the page.
Do we have to configure the plugin to auto update/refresh?
Thanks for catching this. It was an issue when you used the provided theme. I have issued a patch to the monitor plugin to resolve this. You can get the update by doing
Regarding Templates. We run about 300 Ubiquiti Wireless Radios. We monitor around 45 of them to make sure important parts are up and running ok and to get usage info from them.
Having the ability to get more detailed info from them would be really great.
Gorbachov wrote:Hi Guys,
I have installed the old version, i saw there is no updgrade tool, but at least some guidelines how to update from the old one to the new.
Rergards,
Yasen
Same way any Cacti migration happens between boxes. Certain things hinge on whether the old one is 32bit or 64bit, but you mostly need to build it out in parallel to your other install. It also helps if you upgrade the old cacti to the latest first.
Some rough steps are
Install new server on different hardware / VM
Copy over any extra scripts / resource files from your old box (don't override)
Copy over any extra plugins from the old box (don't override, but plugins like weathermap will need their configs copied)
Stop polling on old box (you can skip this step, it just makes sure everything is consistent)
Export DB, Import into new (drop the tables on new)
Move RRD Files over (rsync if old is 64bit, you will have to dump to xml and back if its 32bit)
New box may ask to upgrade the DB depending on old boxes Cacti version
Start polling on new box (and old if you want them to run in parallel for a bit)
A few things may be broken here and there but they are usually easy to track down.
I've been playing with 0.7 today. Found that rsyslog was not receiving messages from anywhere other than local host.
Fix: in /etc/rsyslog.conf the modules were not being loaded for syslog reception. uncomment the following lines to fix
The 'MacTrack' tab is not shown at the top of the screen?
The plugin is installed and enabled and under 'User Management' the
'MacTrack' Viewer and 'Plugin -> MacTrack Administrator'
You are using v3.0 in your build, if I down grade the plugin to 2.9.1 it works, I can see the MacTrack tab?
You also get an error when clicking on 'Add' under 'Device tracking/SNMP Options' but don't think that is your problem .
I would like to add a way to backup router and switch configs. I have used the routerbackups plugin howevere it requires a change to the MYSQL database and I cant work out what the MYSQL root password is.
In the flowview plugin I am getting the netflow data to enter the /var/netflow/flows directory however when I try view through the plugin I am getting the following error;
Open Flash Chart
JSON Parse Error [Syntax Error]
Error at character 0, line 1:
phardy100 wrote:I would like to add a way to backup router and switch configs. I have used the routerbackups plugin howevere it requires a change to the MYSQL database and I cant work out what the MYSQL root password is.
In the flowview plugin I am getting the netflow data to enter the /var/netflow/flows directory however when I try view through the plugin I am getting the following error;
Open Flash Chart
JSON Parse Error [Syntax Error]
Error at character 0, line 1:
0:
That error happens when there is no data to display. I would make sure you restart the flow-capture service first and then try debugging some more from there. Make sure it is going into the correct directory based upon the "Device" you are choosing in the plugin.
When I was looking at the filters I was using the default -8 HOURS which doesnt work. When I set this to another like -1 DAY it shows me the info required.
phardy100 wrote:Thanks for you help. I found the issue.
When I was looking at the filters I was using the default -8 HOURS which doesnt work. When I set this to another like -1 DAY it shows me the info required.
Compare the date/time on both the router and the cacti box. They need to match up. Flowcapture has issues otherwise.