Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15:Update
nagios
suse.de-nagios
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File suse.de-nagios of Package nagios
#!/usr/bin/env bash # # Compress old nagios logfiles in /var/log/nagios/archives/ # once a week, if sysconfig variable is set to true # if [[ -r /etc/sysconfig/nagios ]]; then . /etc/sysconfig/nagios else echo "/etc/sysconfig/nagios not found or not readable." >&2 exit 1 fi if [[ $NAGIOS_COMPRESS_LOGFILES = "true" ]]; then for f in /var/log/nagios/archives/*.log ; do if [[ -r $f ]] ; then /usr/bin/bzip2 "$f" fi done fi
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor