Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Directory
emjga
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
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
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
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