Migrate munin command

This commit is contained in:
Daniel Friesel 2019-03-25 18:17:54 +01:00
parent a3688f64d5
commit edf4642933

View file

@ -26,7 +26,7 @@ sub run {
my $checkin_window_query
= $dbh->prepare(
qq{select count(*) from user_actions where action_id = 1 and action_time > ?;}
qq{select count(*) from user_actions where action_id = 1 and action_time > to_timestamp(?);}
);
query_to_munin( 'reg_user_count',