summaryrefslogtreecommitdiffstats
path: root/health/health.d/bind_rndc.conf
blob: 4145e77cd44d15ff736a11d5d716123deeb5d4d7 (plain)
1
2
3
4
5
6
7
8
9
 template: bind_rndc_stats_file_size
      on: bind_rndc.stats_size
   units: megabytes
   every: 60
    calc: $stats_size
    warn: $this > 512
    crit: $this > 1024
    info: Bind stats file is very large! Consider to create logrotate conf file for it!
      to: sysadmin