diff --git a/plugins/power/nutups2_ b/plugins/power/nutups2_ index 73d6881f..10753939 100755 --- a/plugins/power/nutups2_ +++ b/plugins/power/nutups2_ @@ -133,6 +133,14 @@ my %config = ( config => \&common_config, fetch => \&common_fetch, }, + runtime => { + filter => qr/^(.*)\.runtime$/, + title => 'UPS runtime', + args => '--base 1000 -l 0', + vlabel => 'Seconds', + config => \&common_config, + fetch => \&common_fetch, + }, ); sub read_ups_values {