-
Notifications
You must be signed in to change notification settings - Fork 12
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
CLI commands for host and service status by dimension(s) #19
Comments
Still waiting for response if the feature will be accepted. |
@Thomas-Gelf @lippserd can you add a comment some thoughts about this enhancement. |
Hi, sorry for not responding earlier. I'm not quite sure what the intention of this feature is. How is this supposed to be used? The main motivation of this module has ever been a quick overview about one's monitoring environment. Quick in the sense that a few clicks in the UI lead to a useful result. In which way does this feature expand/support this motivation? |
It is always handy if you have an command line option. We can disguss this on the 10th Anniversary Party. |
Hey, Sorry that this request did not get the appropriate attention in the past. I'll have a look at the PR and send you the feedback there. All the best, |
Implement the missing cli command for the cube hoststatus.
Expected Behavior
list the cli commands for hoststatus
Current Behavior
Possible Solution
Implement some commands for the hoststatus cube.
The "list" command has the following options:
An example output with format=csv is:
The format=sql show simple the underlying query. To access the "fullquery" I had to change in interface Icinga\Module\Cube\DbCube::fullquery from protected to public.
The example with format=sql is:
I fork the module and create a branch "feature-cli-command-hoststatus-WIP". This branch will be only for develop. If everything is fine I will create the final branch from which I create the pull request.
Please give some infos, if the feature will be accepted, so that I could continue with implementing the feature. Give the info if I could change the method "fullquery" like described.
The text was updated successfully, but these errors were encountered: