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

    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...