Linux - PDF: Install Nagios Server
Linux - PDF: Install Nagios Server
Linux - PDF: Install Nagios Server
go to user profile.
- Notification Prefs – check enable and set desired settings
- Notification Methods – check enable for desired methods
- Notification Messages
https://assets.nagios.com/downloads/nagiosxi/docs/Configuring-Email-And-Text-Notifications-in-
Nagios-XI.pdf
ZFS SNAPSHOTS
wget https://github.com/zfsonlinux/zfs-auto-snapshot/archive/master.zip
unzip master.zip
cd zfs-auto-snapshot-master
make install
- change max number of snaps to keep in the zfs-auto-snapshot file in each respective cron directory
- run this command to edit number of snaps to keep:
sed -i 's/\(--keep=\)\(.*\)/\17 \/\//' /etc/cron.hourly/zfs-auto-snapshot
- bolded are the parts to change