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:
Adam Amstrong
2011-09-30 19:46:55 +00:00
parent b3a19908ab
commit 71c531a55c

View File

@@ -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";