Add proxy support to callback function

This commit is contained in:
Paul Gear
2015-04-13 19:37:12 +10:00
parent 7ac743723d
commit 93eab16e5a
2 changed files with 21 additions and 0 deletions

View File

@@ -41,3 +41,6 @@ $config['auth_mechanism'] = "mysql"; # default, other options: ldap, http-auth
$config['poller-wrapper']['alerter'] = FALSE;
# Uncomment the next line to disable daily updates
#$config['update'] = 0;
# Uncomment to submit callback stats via proxy
#$config['callback_proxy'] = "hostname:port";