We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
service_status won't give me any output, even with filtering only crit/warn/unknown.
But for example: hostgroups_summary host_status('myhost') servicegroups_summary alert_history alert_history(:state_type => :hard, :type => :all)
gives me much output. What is wrong?
Are whitespaces a problem? site.hostgroups_summary('myhostgroup') with whitespaces in a hostgroup wont work, but without.
The text was updated successfully, but these errors were encountered:
@axboehme,
Can you give me an example of the call to service_status you're making that's returning no results?
Are you seeing any errors when you make those requests? Send me anything you can to help troubleshoot things.
Sorry, something went wrong.
Hey guys. Is there a way of modifying nagiosharder's filters and build the gem again with the new configuration? Thx in advance
No branches or pull requests
Hi,
service_status won't give me any output, even with filtering only crit/warn/unknown.
But for example:
hostgroups_summary
host_status('myhost')
servicegroups_summary
alert_history
alert_history(:state_type => :hard, :type => :all)
gives me much output. What is wrong?
Are whitespaces a problem?
site.hostgroups_summary('myhostgroup')
with whitespaces in a hostgroup wont work, but without.
The text was updated successfully, but these errors were encountered: