summaryrefslogtreecommitdiff
path: root/lib/Travelynx/Command/munin.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Travelynx/Command/munin.pm')
-rw-r--r--lib/Travelynx/Command/munin.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Travelynx/Command/munin.pm b/lib/Travelynx/Command/munin.pm
index 225a281..a7ee9b1 100644
--- a/lib/Travelynx/Command/munin.pm
+++ b/lib/Travelynx/Command/munin.pm
@@ -23,7 +23,7 @@ sub run {
my $now = DateTime->now( time_zone => 'Europe/Berlin' );
my $checkin_window_query
- = qq{select count(*) as count from user_actions where action_id = 1 and action_time > to_timestamp(?);};
+ = qq{select count(*) as count from journeys where checkin_time > to_timestamp(?);};
query_to_munin( 'reg_user_count',
$db->select( 'users', 'count(*) as count', { status => 1 } )