From 46cd3abd238a4d9211d9a31677cf518724b504b2 Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Fri, 25 Aug 2017 22:58:10 +0200 Subject: Added nagios server policy --- services/applications/nagios.cf | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 services/applications/nagios.cf (limited to 'services/applications/nagios.cf') 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"); +} -- cgit v1.2.3