Search found 1 match

by gnot
Fri May 16, 2008 12:23 pm
Forum: Help: Linux/Unix Specific
Topic: Moving the Cacti Installation
Replies: 5
Views: 3453

Today I needed to move the cacti installation and I encountered the same problem. After some investigation I found out that the poller_item table contains the absolute paths to the RRAs. Resolved by running the following queries: USE cactidb; UPDATE poller_item SET rrd_path = REPLACE(rrd_path, '/usr...