You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
488 B
20 lines
488 B
# |
|
# pcp-htop(1) configuration file - see pcp-htop(5) |
|
# |
|
|
|
[postfix] |
|
caption = Postfix |
|
incoming.metric = sum(postfix.queues.incoming) |
|
incoming.color = green |
|
incoming.label = in |
|
active.metric = sum(postfix.queues.active) |
|
active.color = blue |
|
active.label = act |
|
deferred.metric = sum(postfix.queues.deferred) |
|
deferred.color = cyan |
|
deferred.label = dfr |
|
bounce.metric = sum(postfix.queues.maildrop) |
|
bounce.color = red |
|
bounce.label = bnc |
|
hold.metric = sum(postfix.queues.hold) |
|
hold.color = yellow
|
|
|