Skip to content

Conversation

sven-ruess
Copy link
Contributor

General information

Configuring Agent Prometheus with WATO and want to query the results from promQL. Check_MK Service shows
the following arguments are required: --config.

Bug reports

Debian 12 with CEE 2.4.0p8 is used.
Configured Agent Prometheus with WATO and try to query some data from.
Check_MK Service will show this error.
If executed on console, the same is happening.

Proposed changes

Root cause is, that positional and optional arguments are mixed. Take care about positions and do not mix arguments.
Executing and argument parsing should work.

…arguments are required: --config

Root cause is, that positional and optional arguments are mixed. Take care about positions and do not mix arguments.

Signed-off-by: Sven Rueß <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants