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
It should be possible to modify the values for a services check via the dashboard by using the action "Modify"
Current Behavior
The page display errors:
Services deployed via service set: Undefined property: stdClass::$uuid
or for example:
Services deployed via apply rule: Uncaught TypeError: Argument 4 passed to Icinga\Module\Director\DirectorObject\Lookup\AppliedServiceInfo::__construct() must implement interface Ramsey\Uuid\UuidInterface, string given, called in /usr/share/icingaweb2/modules/director/library/Director/DirectorObject/Lookup/AppliedServiceInfo.php on line 44 and defined in /usr/share/icingaweb2/modules/director/library/Director/DirectorObject/Lookup/AppliedServiceInfo.php:30 Stack trace: #0 /usr/share/icingaweb2/modules/director/library/Director/DirectorObject/Lookup/AppliedServiceInfo.php(44): Icinga\Module\Director\DirectorObject\Lookup\AppliedServiceInfo->__construct('atsl-irishrfila...', 'Load 3h', 95, '\xB1e\xBA1\x8E\xC6I\xB4\x9F\xAF\xD2\xA1\x00\x00\x00...') #1 /usr/share/icingaweb2/modules/director/library/Director/DirectorObject/Lookup/ServiceFinder.php(45): Icinga\Module\Director\DirectorObject\Lookup\AppliedServiceInfo::find(Object(Icinga\Module\Director\Objects\IcingaHost), 'Load 3h') #2 /usr/share/icingaweb2/modules/director/library/Director/Director
Possible Solution
Maybe database or schema error. Please fix it as soon as possible, because no modifying of custom values is possible at the moment via the gui.
Steps to Reproduce (for bugs)
The error occurred with the director version 1.10.0
Your Environment
Director version (System - About): 1.10.0
Icinga Web 2 version and modules (System - About): 2.11.1
The text was updated successfully, but these errors were encountered:
manny4566
changed the title
Changing values from service checks via dasboard not possible
Changing values from service checks via dashboard not possible
Sep 28, 2022
Expected Behavior
It should be possible to modify the values for a services check via the dashboard by using the action "Modify"
Current Behavior
The page display errors:
Services deployed via service set:
Undefined property: stdClass::$uuid
or for example:
Services deployed via apply rule:
Uncaught TypeError: Argument 4 passed to Icinga\Module\Director\DirectorObject\Lookup\AppliedServiceInfo::__construct() must implement interface Ramsey\Uuid\UuidInterface, string given, called in /usr/share/icingaweb2/modules/director/library/Director/DirectorObject/Lookup/AppliedServiceInfo.php on line 44 and defined in /usr/share/icingaweb2/modules/director/library/Director/DirectorObject/Lookup/AppliedServiceInfo.php:30 Stack trace: #0 /usr/share/icingaweb2/modules/director/library/Director/DirectorObject/Lookup/AppliedServiceInfo.php(44): Icinga\Module\Director\DirectorObject\Lookup\AppliedServiceInfo->__construct('atsl-irishrfila...', 'Load 3h', 95, '\xB1e\xBA1\x8E\xC6I\xB4\x9F\xAF\xD2\xA1\x00\x00\x00...') #1 /usr/share/icingaweb2/modules/director/library/Director/DirectorObject/Lookup/ServiceFinder.php(45): Icinga\Module\Director\DirectorObject\Lookup\AppliedServiceInfo::find(Object(Icinga\Module\Director\Objects\IcingaHost), 'Load 3h') #2 /usr/share/icingaweb2/modules/director/library/Director/Director
Possible Solution
Maybe database or schema error. Please fix it as soon as possible, because no modifying of custom values is possible at the moment via the gui.
Steps to Reproduce (for bugs)
The error occurred with the director version 1.10.0
Your Environment
icinga2 --version
): r2.13.5-1The text was updated successfully, but these errors were encountered: