summaryrefslogtreecommitdiffstats
path: root/modules/tozt/manifests/monitoring.pp
blob: 2007ab2ee63b16b4b732c17343934ff0b0067239 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
class tozt::monitoring {
  include tick::client::base_plugins

  tick::client::plugin { "postgresql":
    opts => {
      address => "user=postgres",
    }
  }

  class {
    [
      "tick::client::plugin::certbot",
      "tick::client::plugin::fail2ban",
      "tick::client::plugin::tarsnap",
    ]:
  }
}