Blame SOURCES/006-alert-snmp-quoting.patch

fada68
From 443816c624635ffbddfad4ccd26e216fc080a1e9 Mon Sep 17 00:00:00 2001
fada68
From: Klaus Wenninger <klaus.wenninger@aon.at>
fada68
Date: Fri, 24 Jun 2016 11:39:15 +0200
fada68
Subject: [PATCH] fix: extra: correct quoting of timestamp-format in
fada68
 alert-snmp-example
fada68
fada68
---
fada68
 extra/alerts/alert_snmp.sh.sample | 2 +-
fada68
 1 file changed, 1 insertion(+), 1 deletion(-)
fada68
fada68
diff --git a/extra/alerts/alert_snmp.sh.sample b/extra/alerts/alert_snmp.sh.sample
fada68
index 3e7ee6c..fcdcd7e 100644
fada68
--- a/extra/alerts/alert_snmp.sh.sample
fada68
+++ b/extra/alerts/alert_snmp.sh.sample
fada68
@@ -34,7 +34,7 @@
fada68
 #         <nvpair id="trap_node_states" name="trap_node_states" value="all"/>
fada68
 #       </instance_attributes>
fada68
 #       <meta_attributes id="config_for_timestamp">
fada68
-#         <nvpair id="ts_fmt" name="timestamp-format" value=""%Y-%m-%d,%H:%M:%S.%01N""/>
fada68
+#         <nvpair id="ts_fmt" name="timestamp-format" value="%Y-%m-%d,%H:%M:%S.%01N"/>
fada68
 #       </meta_attributes>
fada68
 #       <recipient id="snmp_destination" value="192.168.1.2"/>
fada68
 #     </alert>
fada68
-- 
fada68
1.8.3.1
fada68