Thu Jun 2 09:52:13 2016 UTC ()
Mention updating the log path in cacti web config.


(hauke)
diff -r1.3 -r1.4 pkgsrc/net/cacti/MESSAGE

cvs diff -r1.3 -r1.4 pkgsrc/net/cacti/MESSAGE (expand / switch to unified diff)

--- pkgsrc/net/cacti/MESSAGE 2016/06/02 09:36:33 1.3
+++ pkgsrc/net/cacti/MESSAGE 2016/06/02 09:52:13 1.4
@@ -1,15 +1,15 @@ @@ -1,15 +1,15 @@
1=========================================================================== 1===========================================================================
2$NetBSD: MESSAGE,v 1.3 2016/06/02 09:36:33 hauke Exp $ 2$NetBSD: MESSAGE,v 1.4 2016/06/02 09:52:13 hauke Exp $
3 3
4cacti is now installed. 4cacti is now installed.
5 5
6To get cacti up and running asap, you have to complete these steps: 6To get cacti up and running asap, you have to complete these steps:
7 7
8- Install & Configure MySQL database server. 8- Install & Configure MySQL database server.
9 9
10- Add a cacti database and cactiuser user to MySQL and create the cacti 10- Add a cacti database and cactiuser user to MySQL and create the cacti
11 database layout (${CACTIDIR}/cacti.sql) to MySQL: 11 database layout (${CACTIDIR}/cacti.sql) to MySQL:
12 12
13 mysql> CREATE DATABASE cacti; 13 mysql> CREATE DATABASE cacti;
14 mysql> GRANT ALL PRIVILEGES ON cacti.* TO 'cactiuser'@'localhost' 14 mysql> GRANT ALL PRIVILEGES ON cacti.* TO 'cactiuser'@'localhost'
15 -> IDENTIFIED BY 'cactiuser'; 15 -> IDENTIFIED BY 'cactiuser';
@@ -30,16 +30,17 @@ To get cacti up and running asap, you ha @@ -30,16 +30,17 @@ To get cacti up and running asap, you ha
30 30
31 Include etc/httpd/httpd-cacti.conf 31 Include etc/httpd/httpd-cacti.conf
32 32
33- Add the following lines to ${CACTI_USER}'s crontab 33- Add the following lines to ${CACTI_USER}'s crontab
34 34
35# Invoke poller.php to collect SNMP statistics. 35# Invoke poller.php to collect SNMP statistics.
36*/5 * * * * ${PREFIX}/bin/cacti-poller 36*/5 * * * * ${PREFIX}/bin/cacti-poller
37 37
38Please read the included README (${CACTIDIR}/docs/README) file, 38Please read the included README (${CACTIDIR}/docs/README) file,
39for more information about configuring and starting cacti. 39for more information about configuring and starting cacti.
40 40
41If you have updated from a version older than 0.8.8h, note that the 41If you have updated from a version older than 0.8.8h, note that the
42rrd and log directories are now under ${VARBASE}. Old logs and 42rrd and log directories are now under ${VARBASE}. Old logs and
43database files will have to be moved manually. 43database files need to be moved manually, and you have to update the
 44log path in "Console:Settings:Paths:Logging".
44 45
45=========================================================================== 46===========================================================================