summaryrefslogtreecommitdiff
path: root/services/applications/nagios.cf
blob: 8e9ab44426653c6daa6a66073d9645db08f3e8f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
bundle agent nagios
{
    vars:
        nagios::
            "packages" slist => {
                "nagios4",
                "nginx",
            };
    methods:
        nagios::
            "nagios"  usebundle => fcgiwrap("nagios", "www", "770");
            "nagios"  usebundle => php56();
}