Home Directory

Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

Directory

juangranados

Reviews(2)
byjuangranados, February 4, 2018
1 of 1 people found this review helpful
For those with problems with ILO3, you have to specify the SSL cipher. In my case, in order to connect with an ILO 3 v1.89, I had to use:
--sslopts 'SSL_cipher_list => "DES-CBC3-SHA",SSL_verify_mode => SSL_VERIFY_NONE'

You can check available ciphers of ILO using cnark (http://blog.techstacks.com/cryptonark.html):
cnark.pl -h 192.168.2.66 -p 443 --insecure
byjuangranados, October 20, 2017
2 of 2 people found this review helpful
Hi Spenser!
Thanks for this excellent script.

Running Get-WmiObject -Class Win32_QuickFixEngineering could return empty values on InstalledOn.

I fixed this error and upload the script to GitHub, if anyone is interested:

https://github.com/juangranados/check_updates