]> git.pld-linux.org Git - packages/cacti.git/commitdiff
- saved from .spec
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 12 Mar 2008 00:36:29 +0000 (00:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cacti.cfg.php -> 1.1

cacti.cfg.php [new file with mode: 0644]

diff --git a/cacti.cfg.php b/cacti.cfg.php
new file mode 100644 (file)
index 0000000..c5ec6f9
--- /dev/null
@@ -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/';
This page took 0.049349 seconds and 4 git commands to generate.