Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

It may be necessary to modify a special agent shipped with checkmk. Please don't modify the original files. You will lose any modifications after an upgrade.

Step-by-step guide

  1. Log on via SSH and become the siteuser

  2. Copy the agent to the local structure
    OMD<site>~$:cp ~/lib/python3/cmk/special_agents/<script>.py ~/local/share/check_mk/agents/special/
  3. Make the script executable

    OMD<site>~$:chmod +x ~/local/share/check_mk/agents/special/<script>.py 
  4. Add the following line to the end of the script

    vim ~/local/share/check_mk/agents/special/<script>.py

    if __name__ == "__main__":
        main()


Filter by label

There are no items with the selected labels at this time.



  • No labels