summaryrefslogtreecommitdiff
path: root/services/applications/nagios.cf
diff options
context:
space:
mode:
Diffstat (limited to 'services/applications/nagios.cf')
-rw-r--r--services/applications/nagios.cf13
1 files changed, 13 insertions, 0 deletions
diff --git a/services/applications/nagios.cf b/services/applications/nagios.cf
new file mode 100644
index 0000000..156fdfb
--- /dev/null
+++ b/services/applications/nagios.cf
@@ -0,0 +1,13 @@
+bundle agent nagios
+{
+ vars:
+ nagios::
+ "packages" slist => {
+ "nagios4",
+ "nginx",
+ "php56",
+ };
+ methods:
+ nagios::
+ "any" usebundle => fcgiwrap("nagios", "www", "770");
+}