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
As coordinator it would be usefull if there is a dashboad in grafana for av equipment.
The main idea is to have a high level of overview if required HW is deployed as needed
We have the inventory system as source of truth (as AV gear/hw needs to be checked in there) and it has multiple states.
The vision is that green means gear is deployed, orange yellow if something is missing, red if nothing is there.
It seems most logical to have a sql exporter in liew of select count(*) from gear where room_name=$VAR with value mapping as follows
select count(*) from gear where room_name=$VAR
0
> 0
>2
The text was updated successfully, but these errors were encountered:
Ties into #142
Sorry, something went wrong.
No branches or pull requests
As coordinator it would be usefull if there is a dashboad in grafana for av equipment.
The main idea is to have a high level of overview if required HW is deployed as needed
We have the inventory system as source of truth (as AV gear/hw needs to be checked in there) and it has multiple states.
The vision is that green means gear is deployed, orange yellow if something is missing, red if nothing is there.
It seems most logical to have a sql exporter in liew of
select count(*) from gear where room_name=$VAR
with value mapping as follows0
= red> 0
= yellow>2
= greenThe text was updated successfully, but these errors were encountered: