# /lib/systemd/system/pvesr.service
[Unit]
Description=Proxmox VE replication runner
ConditionPathExists=/usr/bin/pvesr
[Service]
Type=oneshot
ExecStart=/usr/bin/pvesr run
and
# /lib/systemd/system/pvesr.service
[Unit]
Description=Proxmox VE replication runner...
EDIT:
Unfortunately mail alert for replication jobs are still turned on.
I tried both:
ExecStart=/usr/bin/pvesr run --mail 0
and
ExecStart=/usr/bin/pvesr run
Any ideas on how this line should look like?
You mean this file: /lib/systemd/system/pvesr.service right?
it contains:
[Unit]
Description=Proxmox VE replication runner
ConditionPathExists=/usr/bin/pvesr
[Service]
Type=oneshot
ExecStart=/usr/bin/pvesr run --mail 1
it should be:
ExecStart=/usr/bin/pvesr run --mail 0 ?
Hi.
I was looking in web gui and config files but I can not find any way for disabling "Replication job failed" e-mail alerts.
Some of my replication jobs are falling but on next schedule they are getting done so I don''t want to receive emails about it every time it happens.
Any suggestions...
Any ideas how I can check what is causing this on target node? Zpool status is not showing anything.
# zpool status
pool: rpool
state: ONLINE
scan: scrub repaired 0B in 4h25m with 0 errors on Sun May 13 04:49:44 2018
config:
NAME STATE READ WRITE CKSUM
rpool ONLINE...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.