summaryrefslogtreecommitdiffstats
path: root/features-available/ido-mysql.conf
diff options
context:
space:
mode:
Diffstat (limited to 'features-available/ido-mysql.conf')
-rw-r--r--features-available/ido-mysql.conf11
1 files changed, 11 insertions, 0 deletions
diff --git a/features-available/ido-mysql.conf b/features-available/ido-mysql.conf
new file mode 100644
index 0000000..c467dad
--- /dev/null
+++ b/features-available/ido-mysql.conf
@@ -0,0 +1,11 @@
+/**
+ * The IdoMysqlConnection type implements MySQL support
+ * for DB IDO.
+ */
+
+object IdoMysqlConnection "ido-mysql" {
+ // user = "icinga"
+ // password = "icinga"
+ // host = "localhost"
+ // database = "icinga"
+}