deexno / CheckMK_DSL_check

This CheckMK plugin allows you to visualise speed test data in CheckMK.
9 stars 2 forks source link

Setup for Ubuntu Server #2

Open Rubber-Ducky91 opened 11 months ago

Rubber-Ducky91 commented 11 months ago

Hi Team,

Just a note for changes that i had to make in order to get this working on my server.

  1. I had to install dos2unix and convert the script a. sudo apt-get install dos2unix b. navigate to the plugins directory - cd /usr/lib/check_mk_agent/plugins/ c. sudo dos2unix .\speedtest_agent_plugin.sh

  2. Add write permissions to the plugins folder a. cd /usr/lib/check_mk_agent b. sudo chmod o+w /usr/lib/check_mk_agent/plugins

Once i made the above changes the script worked perfectly