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

Fixed special agent Netapp command line creation. #366

Closed
wants to merge 1 commit into from

Conversation

Yogibaer75
Copy link
Contributor

Original created command line for Netapp special agent

/omd/sites/cmk/share/check_mk/agents/special/agent_netapp '-u' 'user' '-s' 'password' '--nocounters volumes' '127.0.0.1'
usage: agent_netapp [-h] [-u USER] [-s SECRET] [--vcrtrace TRACEFILE] [-t TIMEOUT] [--nocounters {volumes}] [--xml] [--debug] [--legacy] host_address
agent_netapp: error: unrecognized arguments: 127.0.0.1

Bugfixed

/omd/sites/cmk/share/check_mk/agents/special/agent_netapp '-u' 'user' '-s' 'password' '--nocounters' 'volumes' '127.0.0.1'
<<<netapp_api_connection>>>
.......

Thank you for your interest in contributing to Checkmk! Unfortunately, due to our current work load,
we can at the moment only consider pure bugfixes, as stated in our
Readme. Thus, any new pull request which
is not a pure bugfix will be closed. Instead of creating a PR, please consider sharing new check
plugins, agent plugins, special agents or notification plugins via the
Checkmk Exchange.

LarsMichelsen pushed a commit that referenced this pull request Apr 27, 2021
This werk fixes a bug in the NetApp special agent which caused the
agent to crash with
<tt>agent_netapp: error: unrecognized arguments: ...</tt>.

Closes #366.

Change-Id: Ic831a8e906f2c02b9afdde902edb7c2d3636a5a0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant