Search results

  1. R

    Using variables in WHAT objects

    Hi, I would like to create a rule, that checks if the Reply-To field contains a mail address, that is different from the sender. This WHAT object would look like this: Field: Reply-To Value: ^((?!__SENDER__).)*$ The thing is: that does not work. If I replace the string __SENDER__...
  2. R

    backup check via API

    Ok, I will do that. If it wouldn't be perl I would possibly write the patch myself. So, a single task could also be the result of several vzdump backups and OK means then that the whole group is ok? ** We are always scheduling groups of machines to backup at at specified time, but to me it...
  3. R

    backup check via API

    Hi, ich möchte gerne ein Monitoring-Plugin schreiben, welches den Backup-Status über die API ausliest. Wir haben bei uns derzeit diese Version im Einsatz und sie funktioniert schon einigermassen gut: Auf Github findet man ihn hier: roland-gsell/check_proxmox_backups (als neuer User darf ich...