clean up ansible
parent
32759af946
commit
2f680fcbaf
|
@ -19,7 +19,7 @@
|
|||
# are found. Most users should comment out DEVICESCAN and explicitly
|
||||
# list the devices that they wish to monitor.
|
||||
#DEVICESCAN -d removable -n standby -m root -M exec /usr/share/smartmontools/smartd-runner
|
||||
DEVICESCAN -m paulsw.pw+alerts@gmail.com -M test
|
||||
DEVICESCAN -m paul@bigcavemaps.com -M test
|
||||
|
||||
# Alternative setting to ignore temperature and power-on hours reports
|
||||
# in syslog.
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
# Email will only be sent if ZED_EMAIL_ADDR is defined.
|
||||
# Disabled by default; uncomment to enable.
|
||||
#
|
||||
ZED_EMAIL_ADDR="paulsw.pw+alerts@gmail.com"
|
||||
ZED_EMAIL_ADDR="paul@bigcavemaps.com"
|
||||
|
||||
##
|
||||
# Name or path of executable responsible for sending notifications via email;
|
||||
|
|
|
@ -226,7 +226,7 @@
|
|||
cron:
|
||||
name: 'Weekly zfs pool status check'
|
||||
special_time: weekly
|
||||
job: '/usr/sbin/zpool status | mail -s "ZFS STATUS" paulsw.pw+alerts@gmail.com'
|
||||
job: '/usr/sbin/zpool status | mail -s "ZFS STATUS" paul@bigcavemaps.com'
|
||||
user: root
|
||||
|
||||
- name: Mount vtluug /media via sshfs
|
||||
|
|
Loading…
Reference in New Issue