-
Hahn Axel (hahn) authoredHahn Axel (hahn) authored
network.ini 897 B
[network-windows-total.graph]
check_command = "network-windows"
[network-windows-total.metrics_filters]
value = "$service_name_template$.perfdata.network.value"
[network-windows-total.urlparams]
areaAlpha = "0.5"
areaMode = "all"
lineWidth = "2"
min = "0"
title = "Total"
yUnitSystem = "binary"
[network-windows-total.functions]
value = "alias(color($metric$, '#1a7dd7'), 'I/O (bytes/s)')"
[network-windows-nic.graph]
check_command = "network-windows"
[network-windows-nic.metrics_filters]
in.value = "$service_name_template$.perfdata.$nic$_in.value"
out.value = "$service_name_template$.perfdata.$nic$_out.value"
[network-windows-nic.urlparams]
areaAlpha = "0.5"
lineWidth = "2"
min = "0"
title = "$nic$"
yUnitSystem = "binary"
[network-windows-nic.functions]
in.value = "alias(color($metric$, '#1a7dd7'), 'In (bytes/s)')"
out.value = "alias(color($metric$, '#ff5566'), 'Out (bytes/s)')"