Page 1 of 1

Azure Active Directory login or SSO login plugins

Posted: Fri Nov 22, 2019 12:07 pm
by corinna
Good morning

I am having an issue where I need to add an active check for SSO specifically for Azure Active Directory. Do you have any such plugins? I did find one on the community marketplace but it is a powershell one and I am not a powershell person. Unable to get it to work. Please advise. Thanks

Corinna

Re: Azure Active Directory login or SSO login plugins

Posted: Fri Nov 22, 2019 12:51 pm
by mbellerue
Can you post the link to the Powershell plugin you found?

Edit:
Also, welcome to the forums!

Re: Azure Active Directory login or SSO login plugins

Posted: Fri Nov 22, 2019 2:34 pm
by corinna
The link to the plugin is here - https://exchange.nagios.org/directory/P ... ct/details

I am operating a linux based (RHEL 7) Nagios XI and have installed the powershell library extensions to process the .ps1 file - check_azureadconnectsync.ps1 is the script I am using.

Please advise. Thanks
Corinna

Re: Azure Active Directory login or SSO login plugins

Posted: Fri Nov 22, 2019 5:00 pm
by mbellerue
Ah, if you are running this script on Linux, it is going to fail. The Get-EventLog cmdlet does not exist in Linux. Do you have a Windows machine that you are monitoring? You could install an agent like NCPA on the Windows machine, and then call this plugin via NCPA.