mirror of
https://github.com/derf/travelynx
synced 2024-12-11 21:42:38 +00:00
munin: Add 'currently checked in' counter
This commit is contained in:
parent
69f961a23c
commit
b0ddada5d1
1 changed files with 3 additions and 1 deletions
|
@ -40,6 +40,8 @@ sub run {
|
|||
}
|
||||
)->hash->{count}
|
||||
);
|
||||
query_to_munin( 'checked_in',
|
||||
$db->select( 'in_transit', 'count(*) as count' )->hash->{count} );
|
||||
query_to_munin(
|
||||
'checkins_24h',
|
||||
$db->query( $checkin_window_query,
|
||||
|
|
Loading…
Reference in a new issue