Commit 29771860 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

munin: return number of stored polylines

parent b47a29d4
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -56,6 +56,8 @@ sub run {
			$checkin_window_query, $now->subtract( days => 30 )->epoch
		)->hash->{count}
	);
	query_to_munin( 'polylines',
		$db->select( 'polylines', 'count(*) as count' )->hash->{count} );
}

1;