- Send email alerts on interface flaps when $config['warn']['ifdown'] is true.

- Added the setting timestamp_format:
    Description: The timestamp format to use in logs or emails.
    Default:     d-m-Y H:i:s
- Modified timestamp dates.


git-svn-id: http://www.observium.org/svn/observer/trunk@952 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Geert Hauwaerts
2010-02-25 20:40:35 +00:00
parent dc04b5189b
commit 74235000be
8 changed files with 33 additions and 18 deletions

View File

@@ -17,15 +17,16 @@ $config['nagios_plugins'] = "/usr/lib/nagios/plugins";
### Local Specifics
$config['title_image'] = "images/observer-logo.gif";
$config['stylesheet'] = "css/styles.css";
$config['mono_font'] = "DejaVuSansMono";
$config['favicon'] = "favicon.ico";
$config['header_color'] = "#1F334E";
$config['page_refresh'] = "30"; ## Refresh the page every xx seconds
$config['frong_page'] = "default.php";
$config['page_title'] = "ObserverNMS";
$config['syslog_age'] = "1 month";
$config['title_image'] = "images/observer-logo.gif";
$config['stylesheet'] = "css/styles.css";
$config['mono_font'] = "DejaVuSansMono";
$config['favicon'] = "favicon.ico";
$config['header_color'] = "#1F334E";
$config['page_refresh'] = "30"; ## Refresh the page every xx seconds
$config['frong_page'] = "default.php";
$config['page_title'] = "ObserverNMS";
$config['syslog_age'] = "1 month";
$config['timestamp_format'] = 'd-m-Y H:i:s';
### Cosmetics