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