Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setup for Ubuntu Server #2

Open
Rubber-Ducky91 opened this issue Oct 8, 2023 · 1 comment
Open

Setup for Ubuntu Server #2

Rubber-Ducky91 opened this issue Oct 8, 2023 · 1 comment

Comments

@Rubber-Ducky91
Copy link

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

@thalion0
Copy link
Contributor

thalion0 commented Jan 8, 2025

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants