File: 31_aide_haproxy

package info (click to toggle)
aide 0.19.2-3exp1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 3,528 kB
  • sloc: ansic: 12,399; sh: 6,718; lex: 635; makefile: 139; yacc: 138
file content (8 lines) | stat: -rw-r--r-- 444 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
# logrotate, daily, rotate 7, compress, delaycompress, missingok, notifempty
@@define HAPR_LOG haproxy\\.log 
 /var/log/@@{HAPR_LOG}$ f                             ActLog
 /var/log/@@{HAPR_LOG}\\.1$ f                         RotLog
 /var/log/@@{HAPR_LOG}\\.2\\.@@{LOGEXT}$ f            CompSerLog
 /var/log/@@{HAPR_LOG}\\.[345678]\\.@@{LOGEXT}$ f     MidlSerLog
 /var/log/@@{HAPR_LOG}\\.9\\.@@{LOGEXT}$ f            LastSerLog
@@undef HAPR_LOG