summaryrefslogtreecommitdiffstats
path: root/etc/icinga2/features-available/journald.conf
diff options
context:
space:
mode:
Diffstat (limited to 'etc/icinga2/features-available/journald.conf')
-rw-r--r--etc/icinga2/features-available/journald.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/icinga2/features-available/journald.conf b/etc/icinga2/features-available/journald.conf
new file mode 100644
index 0000000..e0b36f7
--- /dev/null
+++ b/etc/icinga2/features-available/journald.conf
@@ -0,0 +1,7 @@
+/**
+ * The JournaldLogger type writes log information to the systemd journal.
+ */
+
+object JournaldLogger "journald" {
+ severity = "warning"
+}