SOURCES: cacti.cfg.php (NEW) - saved from .spec

glen glen at pld-linux.org
Wed Mar 12 01:36:35 CET 2008


Author: glen                         Date: Wed Mar 12 00:36:35 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- saved from .spec

---- Files affected:
SOURCES:
   cacti.cfg.php (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/cacti.cfg.php
diff -u /dev/null SOURCES/cacti.cfg.php:1.1
--- /dev/null	Wed Mar 12 01:36:35 2008
+++ SOURCES/cacti.cfg.php	Wed Mar 12 01:36:29 2008
@@ -0,0 +1,20 @@
+<?php
+$database_type = 'mysql';
+$database_default = 'cacti';
+$database_hostname = 'localhost';
+$database_username = 'cactiuser';
+$database_password = 'cactiuser';
+
+$plugins = array();
+// $plugins[] = 'thold';
+// $plugins[] = 'monitor';
+// $plugins[] = 'discovery';
+
+/* Do not edit this line */
+$config = array();
+
+/* This is full URL Path to the Cacti installation
+   For example, if your cacti was accessible by http://server/cacti/ you would user '/cacti/'
+   as the url path.  For just http://server/ use '/'
+*/
+$config['url_path'] = '/cacti/';
================================================================


More information about the pld-cvs-commit mailing list