]> git.pld-linux.org Git - packages/cacti.git/blame - cacti.cfg.php
- Add patch from date 2010/07/27 more info http://www.cacti.net/download_patches.php
[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
b938103b
ER
8// $plugins[] = 'thold';
9// $plugins[] = 'monitor';
10// $plugins[] = 'discovery';
11
b938103b
ER
12/* This is full URL Path to the Cacti installation
13 For example, if your cacti was accessible by http://server/cacti/ you would user '/cacti/'
14 as the url path. For just http://server/ use '/'
15*/
16$config['url_path'] = '/cacti/';
This page took 0.025971 seconds and 4 git commands to generate.