summaryrefslogtreecommitdiff
path: root/services/main.cf
blob: 5808f31bfbc31ecc3f25755a2bf1afe709158f9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
###############################################################################
#
# bundle agent main
#  - User/Site policy entry
#
###############################################################################

bundle common classify
{
    classes:
        any::
            "containers" or => {
                regline(".*/lxc/.*", "/proc/1/cgroup"),
                regline(".*lxc", "/proc/1/environ"),
            };
            "mail_servers" or => { "legend" };
}

bundle agent hello
{
    reports:
        any::
            "$(this.bundle): hello world";
}