Python Script execution

hello guys ,

I configured a Python script ( Nagios PLUGIN) in check-mk server to monitor our private cloud ( azure stack hub ) .

so after all the prequisies is done into checkmk server, how i execute the script to be able to discover the recources from azure stack hub and be displayed into checkmk interface .

Hi Nidhal,

put the nagios plugin in your site into ~/local/lib/nagios/plugins and make sure, that that you can execute it successfully as the site user.
After that you can call the plugin with the ruleset “Integrate Nagios plugins”.
If you enable the inline help of the rule you will see how this can be configured.

2 Likes