Files
icinga2/icinga2-graphite.patch

15 lines
546 B
Diff
Raw Permalink Normal View History

Accepting request 638371 from home:ecsos:monitoring - update to 2.9.2 * Enhancement - #6602 (API, Cluster, PR): Improve TLS handshake exception logging - #6568 (Configuration, PR): Ensure that config object types are committed in dependent load order - #6497 (Configuration, PR): Improve error logging for match/regex/cidr_match functions and unsupported dictionary usage * Bug - #6596 (Crash, PR): Fix crash on API queries with Fedora 28 hardening and GCC 8 - #6581 (Configuration, PR): Shuffle items before config validation - #6569 (DB IDO): Custom Vars not updated after upgrade - #6533 (Crash): Icinga2 crashes after using some api-commands on Fedora 28 - #6505 (Cluster, PR): Fix clusterzonecheck if not connected - #6498 (Configuration, PR): Fix regression with MatchAny false conditions on match/regex/cidr_match - #6496 (Configuration): error with match and type matchany * Documentation - #6590 (DB IDO, Documentation, PR): Update workaround for custom vars - #6572 (Documentation, PR): Add note about workaround for broken custom vars * Support - #6540 (Configuration): Evaluate a fixed config compiler commit order - #6486 (Configuration): Configuration validation w/ ScheduledDowntimes performance decreased in 2.9 - #6442 (Configuration): Error while evaluating "assign where match" expression: std::bad_cast - Add icinga2-graphite.patch to have all tags as descriped in upstream icingaweb2-module-graphite docs. - remove rpmlint warnings: - missing-dependency-to-logrotate - obsolete-not-provided icinga2-libs - permissions-missing-requires OBS-URL: https://build.opensuse.org/request/show/638371 OBS-URL: https://build.opensuse.org/package/show/server:monitoring/icinga2?expand=0&rev=118
2018-09-26 11:03:45 +00:00
diff -Pdpru icinga2-2.9.1.orig/etc/icinga2/features-available/graphite.conf icinga2-2.9.1/etc/icinga2/features-available/graphite.conf
--- icinga2-2.9.1.orig/etc/icinga2/features-available/graphite.conf 2018-07-24 12:48:12.000000000 +0200
+++ icinga2-2.9.1/etc/icinga2/features-available/graphite.conf 2018-09-26 11:50:37.417701228 +0200
@@ -3,7 +3,10 @@
* performance data to a graphite tcp socket.
*/
+library "perfdata"
+
object GraphiteWriter "graphite" {
//host = "127.0.0.1"
//port = 2003
+ //enable_send_thresholds = true
}