You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The icinga-director service should run every automation job declared (url: /director/jobs).
Current Behavior
The service generate some errors :
icingadirector@servername:~$ /usr/bin/icingacli director daemon run
UNEXPECTED: Got invalid NetString data:
Fatal error: Uncaught Error: Call to a member function getBranch() on null in /usr/share/icingaweb2/modules/director/library/Director/Import/Sync.php:900
Stack trace:
#0 /usr/share/icingaweb2/modules/director/library/Director/Objects/SyncRule.php(158): Icinga\Module\Director\Import\Sync->apply()
#1 /usr/share/icingaweb2/modules/director/library/Director/Objects/SyncRule.php(198): Icinga\Module\Director\Objects\SyncRule->checkForChanges(true)
#2 /usr/share/icingaweb2/modules/director/library/Director/Job/SyncJob.php(56): Icinga\Module\Director\Objects\SyncRule->applyChanges()
#3 /usr/share/icingaweb2/modules/director/library/Director/Job/SyncJob.php(27): Icinga\Module\Director\Job\SyncJob->runForRule(Object(Icinga\Module\Director\Objects\SyncRule))
#4 /usr/share/icingaweb2/modules/director/library/Director/Objects/DirectorJob.php(90): Icinga\Module\Director\Job\SyncJob->run()
#5 /usr/share/icingaweb2/modules/director/application/clicommands/JobsCommand.php(36): Icinga\Module\Director\Objects\DirectorJob->run()
#6 /usr/shar in /usr/share/icingaweb2/modules/director/library/Director/Import/Sync.php on line 900
Job (JOBNAME) failed: Process exited with exit code 255
Since the configuration-branch update on director, the background daemon (icinga-director) stopped working.
Expected Behavior
The icinga-director service should run every automation job declared (url: /director/jobs).
Current Behavior
The service generate some errors :
Possible Solution
quick&dirty fix:
Steps to Reproduce (for bugs)
Update to v1.10 and use the background daemon.
Your Environment
icinga2 --version
): 2.13.5-1.bullseyeThe text was updated successfully, but these errors were encountered: