You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just a note for changes that i had to make in order to get this working on my server.
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
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
The text was updated successfully, but these errors were encountered:
Thank you for your findings and sharing them. I just installed 2 Debian 12 VMs without any issues. Maybe you copied coded into a file with copy & paste way or do you downloaded file and uploaded it?
Hi Team,
Just a note for changes that i had to make in order to get this working on my server.
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
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
The text was updated successfully, but these errors were encountered: