#pmieconf-rules 1
# --- DO NOT MODIFY THIS FILE --- see pmieconf(5)

rule    openvswitch.vhost_notification
        summary = "$rule$"
        enumerate = hosts
        predicate = "some_inst (
    instant( openvswitch.coverage.vhost_notification @0 ) - 
    instant( openvswitch.coverage.vhost_notification @1 ) > 0
)"
        enabled = no
        version = 1
        help =
"Open vSwitch vhost notifications over the last sample interval.
If this rule is enabled, the Open vSwitch metrics will be used;
see pmdaopenvswitch(1).";

string  rule
        default = "Open vSwitch vhost notification count"
        modify  = no
        display = no;

string  action_expand
        default = [%i:%v@%h]
        display = yes
        modify  = no;

string  delta
        default = "10 sec"
        help = "Sample interval between evaluations of this rule.";

string  holdoff
        default = "1 min"
        help = "logging interval";
