Title: [opsview] [11256] Changed default Nagios CGI date format to be iso-8601
Revision
11256
Author
tvoon
Date
2013-01-28 14:15:12 +0000 (Mon, 28 Jan 2013)

Log Message

Changed default Nagios CGI date format to be iso-8601

Modified Paths


Modified: trunk/CHANGES
===================================================================
--- trunk/CHANGES	2013-01-28 14:00:25 UTC (rev 11255)
+++ trunk/CHANGES	2013-01-28 14:15:12 UTC (rev 11256)
@@ -20,6 +20,7 @@
     Added (disabled) HTTP header expiry options for apache into the example proxy configuration file
     It is now possible to specify an SNMP port greater than 32768
     Added logging for check_snmp_interfaces_cascade for situations where threshold > 100%
+    Changed Nagios CGI date format to be iso8601 on fresh installs
     NOTICES:
     Only a subset of Nagios environment macros are available. Plugins will only get environment variables if
       specified within the plugin. Notifications and event handlers have a limited set of macros. See

Modified: trunk/opsview-core/import/initial_opsview.sql
===================================================================
--- trunk/opsview-core/import/initial_opsview.sql	2013-01-28 14:00:25 UTC (rev 11255)
+++ trunk/opsview-core/import/initial_opsview.sql	2013-01-28 14:15:12 UTC (rev 11256)
@@ -222,7 +222,7 @@
 
 LOCK TABLES `systempreferences` WRITE;
 /*!40000 ALTER TABLE `systempreferences` DISABLE KEYS */;
-INSERT INTO `systempreferences` (`id`, `default_statusmap_layout`, `default_statuswrl_layout`, `refresh_rate`, `log_notifications`, `log_service_retries`, `log_host_retries`, `log_event_handlers`, `log_initial_states`, `log_external_commands`, `log_passive_checks`, `daemon_dumps_core`, `audit_log_retention`, `hostgroup_info_url`, `host_info_url`, `service_info_url`, `enable_odw_import`, `enable_full_odw_import`, `odw_large_retention_months`, `odw_small_retention_months`, `opsview_server_name`, `soft_state_dependencies`, `show_timeline`, `smart_hosttemplate_removal`, `rancid_email_notification`, `viewport_summary_style`, `send_anon_data`, `uuid`, `netdisco_url`, `updates_includemajor`, `date_format`, `set_downtime_on_host_delete`) VALUES (1,4,2,30,1,1,1,1,0,1,0,0,365,'','',NULL,0,0,2,12,'',1,1,0,NULL,'list',1,'','',0,'euro',1);
+INSERT INTO `systempreferences` (`id`, `default_statusmap_layout`, `default_statuswrl_layout`, `refresh_rate`, `log_notifications`, `log_service_retries`, `log_host_retries`, `log_event_handlers`, `log_initial_states`, `log_external_commands`, `log_passive_checks`, `daemon_dumps_core`, `audit_log_retention`, `hostgroup_info_url`, `host_info_url`, `service_info_url`, `enable_odw_import`, `enable_full_odw_import`, `odw_large_retention_months`, `odw_small_retention_months`, `opsview_server_name`, `soft_state_dependencies`, `show_timeline`, `smart_hosttemplate_removal`, `rancid_email_notification`, `viewport_summary_style`, `send_anon_data`, `uuid`, `netdisco_url`, `updates_includemajor`, `date_format`, `set_downtime_on_host_delete`) VALUES (1,4,2,30,1,1,1,1,0,1,0,0,365,'','','',0,0,2,12,'',1,1,0,NULL,'list',1,'','',0,'iso8601',1);
 /*!40000 ALTER TABLE `systempreferences` ENABLE KEYS */;
 UNLOCK TABLES;
 

_______________________________________________
Opsview-checkins mailing list
[email protected]
http://lists.opsview.org/lists/listinfo/opsview-checkins

Reply via email to