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
When we stop sssd service:
systemctl stop sssd
and then run command, we get result:
root@host1:/etc/sudoers.d# /usr/lib/nagios/plugins/check_sssd_backend_status --debug; echo $?
DEBU[0000] executing command [sssctl domain-list]
fetching all domains: listing domains: exit status 1
3
We got return code 3(UNKNOWN), it should be 2(CRITICAL), because service sssd is not running.
How I can fix this?
The text was updated successfully, but these errors were encountered:
When we stop sssd service:
systemctl stop sssd
and then run command, we get result:
root@host1:/etc/sudoers.d# /usr/lib/nagios/plugins/check_sssd_backend_status --debug; echo $?
DEBU[0000] executing command [sssctl domain-list]
fetching all domains: listing domains: exit status 1
3
We got return code 3(UNKNOWN), it should be 2(CRITICAL), because service sssd is not running.
How I can fix this?
The text was updated successfully, but these errors were encountered: