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
Azure Active Directory login or SSO login plugins
Re: Azure Active Directory login or SSO login plugins
Can you post the link to the Powershell plugin you found?
Edit:
Also, welcome to the forums!
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!
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: Azure Active Directory login or SSO login plugins
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
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
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!
Be sure to check out our Knowledgebase for helpful articles and solutions!