Hi
I have set up the x509 modul and have set up. When i run “icingacli x509 scan --job jobname” i get the new entry in my certificates.
But when I create a new job with
0 * * * * or * * * * * as time plan and wait I don’t get the new certificate informations. Only when I restart the service it works.
My service status:
systemctl status icinga-x509
● icinga-x509.service - Icinga Certificate Monitoring Module Jobs Runner
Loaded: loaded (/etc/systemd/system/icinga-x509.service; enabled; vendor preset: enabled)
Active: active (running) since Wed 2020-03-04 10:31:13 CET; 2h 9min ago
Main PID: 21897 (icingacli)
Tasks: 1 (limit: 4915)
Memory: 13.7M
CGroup: /system.slice/icinga-x509.service
└─21897 /usr/bin/php /usr/bin/icingacli x509 jobs run
Is the service not refresh automatic to insert new jobs?