From 12e4a9c6ff4cd9df74f239d2da6a435b81bf7bfb Mon Sep 17 00:00:00 2001 From: Florent Date: Wed, 14 Mar 2012 15:32:33 +0100 Subject: [PATCH] Change regexp (backend change) --- contrib/freemobile-munin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/freemobile-munin b/contrib/freemobile-munin index 8568acd5..dd278f74 100755 --- a/contrib/freemobile-munin +++ b/contrib/freemobile-munin @@ -69,7 +69,7 @@ my %linenum = ( ); my %regexp = ( - 'voice' => 'Consommation : (\d+)h(\d+)min(\d+)s', + 'voice' => 'National : (\d+)h(\d+)min(\d+)s', 'voicetoint' => 'International : (\d+)h(\d+)min(\d+)s', 'specialvoice' => '\| (\d+)h(\d+) min (\d+)s', 'sms' => 'Conso SMS \| (\d+) \/ (.*)',