Build precise queries to find exactly what you need
Press ESC to close
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
We’ve completely redesigned the world’s largest repository of Nagios plugins and monitoring tools. Join thousands of users sharing monitoring solutions for servers, applications, and everything in between.
Due to our redesign, all existing accounts require a password reset to access your account again.
Ready to explore 6,100+ projects and contribute to the community?
Reset Password Create Account
Happy Monitoring!