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

emjga

Reviews(3)
byemjga, January 14, 2016
0 of 1 people found this review helpful
MNTOS
MNTOS does what it says on the Tin

I did not find any issues on installing it
yes the documentation is a bit sparse but if you are a techy and can get around apache php etc
You should be fine.

By default MNTOS will not connect to Nagios sites using https as DOMDocument will check for CA certificate

The fix is to add the following to mntos.php
/* Allow https and disable CA Certificate check */
$context = stream_context_create(array('ssl'=>array(
'verify_peer' => false,
'verify_peer_name' => false,
)));
libxml_set_streams_context($context);

This can be added just after
$xml = new DOMDocument('1.0', "ISO-8859-1");
$nagiosxml = new nagiosxml;


BTW the author was very helpful after 7 years with helping on the contacts.ini info
byemjga, July 27, 2012
nrpe plugin: check_lsf_master
Nice simple plugin that does what it says on the tin
byemjga, November 16, 2010
2 of 2 people found this review helpful
check_hp_bladechassis
Very well written Plug-in that works first time with out having to make any changes to existing Nagios config or to the Blades we where waiting to monitor.

Like the fact that it all so has built in Perf for Power Usage , which is nice.

Would recommend for any body who needs to monitor HP Blade Controllers