mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
- 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:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user