mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
we now can tell observium what it's own hostname will be. default is 'localhost'.
git-svn-id: http://www.observium.org/svn/observer/trunk@2623 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -10,6 +10,9 @@ $config['html_dir'] = $config['install_dir'] . "/html";
|
||||
$config['rrd_dir'] = $config['install_dir'] . "/rrd";
|
||||
$config['log_file'] = $config['install_dir'] . "/observium.log";
|
||||
|
||||
### What is my own hostname (used so observium can identify its host in its own database)
|
||||
$config['own_hostname'] = "localhost";
|
||||
|
||||
### Location of executables
|
||||
|
||||
$config['rrdtool'] = "/usr/bin/rrdtool";
|
||||
|
||||
Reference in New Issue
Block a user