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
The function public.list_metrics() should call <wh_name>.list_metrics().
wh_nagios.list_metrics should display the max value when available (i.e. <> 0).
Something like this should be ok :
SELECT * from list_metrics(2); id_graph | id_metric | label | unit | id_service | available | tags ----------+-----------+--------------------+------+------------+-----------+------ 2 | 5 | db 1 (max:2053 Mpbs) | Bps | 3 | t | {} 2 | 6 | db 2 | Bps | 3 | t | {}
The text was updated successfully, but these errors were encountered:
rjuju
No branches or pull requests
The function public.list_metrics() should call <wh_name>.list_metrics().
wh_nagios.list_metrics should display the max value when available (i.e. <> 0).
Something like this should be ok :
The text was updated successfully, but these errors were encountered: