]> git.pld-linux.org Git - packages/cacti.git/blame - cacti.cfg.php
- adjust PA patch for current patchset
[packages/cacti.git] / cacti.cfg.php
CommitLineData
b938103b
ER
1<?php
2$database_type = 'mysql';
3$database_default = 'cacti';
4$database_hostname = 'localhost';
258e45f5
ER
5$database_username = 'mysql';
6$database_password = '';
b938103b 7
870de84e 8$plugins = array();
b938103b
ER
9// $plugins[] = 'thold';
10// $plugins[] = 'monitor';
11// $plugins[] = 'discovery';
12
b938103b
ER
13/* This is full URL Path to the Cacti installation
14 For example, if your cacti was accessible by http://server/cacti/ you would user '/cacti/'
15 as the url path. For just http://server/ use '/'
16*/
17$config['url_path'] = '/cacti/';
This page took 0.029306 seconds and 4 git commands to generate.