]> git.pld-linux.org Git - packages/cacti.git/commitdiff
- update rrd path in database
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 5 Oct 2008 14:39:58 +0000 (14:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cacti-rrdpath.sql -> 1.1

cacti-rrdpath.sql [new file with mode: 0644]

diff --git a/cacti-rrdpath.sql b/cacti-rrdpath.sql
new file mode 100644 (file)
index 0000000..e34a29f
--- /dev/null
@@ -0,0 +1 @@
+update poller_item set rrd_path= replace(rrd_path, '/usr/share/cacti/rra', '/var/lib/cacti/rra') where rrd_path like '/usr/share/cacti/rra/%';
This page took 0.093355 seconds and 4 git commands to generate.