Aide Linux - Liste de diffusion Ze-Linux hebergée par Hebergement - Over-Link
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nagios] nagiosgrapher



Bonjour,


je cherche un template pour nagiosgrapher afin de grapher la
charge cpu d'une machine windows

j'ai celui si mais le resultat me parait bizarre

define ngraph{
service_name check_loadaverage_Windows
graph_perf_regex ([0-9]+)
graph_value RTA
graph_units %
graph_legend Packet Lost
rrd_plottype LINE2
rrd_color ff0000
page Packet Lost
}
define ngraph{
service_name check_loadaverage_Windows
graph_perf_regex ([0-9]+.+([0-9]))%
graph_value RTA
graph_units %
graph_legend Time to answer
rrd_plottype AREA
rrd_color 00A348
page RTA
}
# Ping VDEF, Average RTA
define ngraph{
service_name check_loadaverage_Windows
type VDEF
graph_value vdef_loadaverage_average
graph_units %
graph_legend RTA Average
graph_calc RTA,AVERAGE
graph_legend_eol LEFT
page 1 RTA
rrd_plottype LINE1
rrd_color 0000ff
hide no
}

# [EOF]

Aide Linux - Liste de diffusion Ze-Linux hebergée par Hebergement - Over-Link