Azure Active Directory login or SSO login plugins

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
corinna
Posts: 2
Joined: Fri Nov 22, 2019 11:38 am

Azure Active Directory login or SSO login plugins

Post 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
User avatar
mbellerue
Posts: 1403
Joined: Fri Jul 12, 2019 11:10 am

Re: Azure Active Directory login or SSO login plugins

Post by mbellerue »

Can you post the link to the Powershell plugin you found?

Edit:
Also, welcome to the forums!
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.

Be sure to check out our Knowledgebase for helpful articles and solutions!
corinna
Posts: 2
Joined: Fri Nov 22, 2019 11:38 am

Re: Azure Active Directory login or SSO login plugins

Post 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
User avatar
mbellerue
Posts: 1403
Joined: Fri Jul 12, 2019 11:10 am

Re: Azure Active Directory login or SSO login plugins

Post 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.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.

Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked