munin: add traewelling pull sync stats

This commit is contained in:
Daniel Friesel 2022-07-09 16:04:29 +02:00
parent 85f4e5b763
commit e1a0a6e132
No known key found for this signature in database
GPG key ID: 100D5BFB5166E005

View file

@ -70,6 +70,8 @@ sub run {
->hash->{count} );
query_to_munin( 'polylines',
$db->select( 'polylines', 'count(*) as count' )->hash->{count} );
query_to_munin( 'traewelling_pull',
$db->select( 'traewelling', 'count(*) as count', { pull_sync => 1 })->hash->{count} );
query_to_munin(
'polyline_ratio',
$db->query(