commit | a0378fd5e9697e6bfdbd1e4bdbf4657e05e84545 | [log] [tgz] |
---|---|---|
author | Filip Pytloun <filip@pytloun.cz> | Thu May 12 14:58:14 2016 +0200 |
committer | Filip Pytloun <filip@pytloun.cz> | Thu May 12 14:58:14 2016 +0200 |
tree | 8f997f86499ed206e2c7cc4af066f1a6bbf1e400 | |
parent | a3e9b2114f5125ab0ea9a9db105d77a25626bf16 [diff] |
Fix stats host
diff --git a/apache/files/collectd_apache.conf b/apache/files/collectd_apache.conf index 2f45cd4..6521604 100644 --- a/apache/files/collectd_apache.conf +++ b/apache/files/collectd_apache.conf
@@ -2,7 +2,7 @@ LoadPlugin "apache" <Plugin "apache"> <Instance "apache80"> - URL "http://localhost/server-status?auto" + URL "http://127.0.0.1/server-status?auto" # User "collectd" # Password "hoh2Coo6" </Instance>