syntaxer run

git-svn-id: http://www.observium.org/svn/observer/trunk@3117 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Tom Laermans
2012-05-02 22:02:30 +00:00
parent 944130f0bb
commit 613e8b1e29
31 changed files with 66 additions and 73 deletions
+2 -2
View File
@@ -55,7 +55,7 @@ $config['dot'] = "/usr/bin/dot";
$config['unflatten'] = "/usr/bin/unflatten";
$config['neato'] = "/usr/bin/neato";
$config['sfdp'] = "/usr/bin/sfdp";
$config['svn'] = "/usr/bin/svn";
$config['svn'] = "/usr/bin/svn";
### Memcached - Keep immediate statistics
@@ -143,7 +143,7 @@ $config['email_smtp_port'] = 25; ## The port to con
$config['email_smtp_timeout'] = 10; ## SMTP connection timeout in seconds.
$config['email_smtp_secure'] = NULL; ## Enable encryption. Use 'tls' or 'ssl'
$config['email_smtp_auth'] = FALSE; ## Whether or not to use SMTP authentication.
$config['email_smtp_username'] = NULL; ## SMTP username.
$config['email_smtp_username'] = NULL; ## SMTP username.
$config['email_smtp_password'] = NULL; ## Password for SMTP authentication.
### Alerting Settings