mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
p/cpu_: adding the core Id in the graph titles
This commit is contained in:
parent
fe253b1456
commit
ff1c67d59c
1 changed files with 3 additions and 3 deletions
|
@ -6,8 +6,8 @@ PLUGINBASE=$(basename $0)
|
|||
|
||||
emit_config()
|
||||
{
|
||||
cat <<'EOF'
|
||||
graph_title CPU usage
|
||||
cat <<EOF
|
||||
graph_title CPU usage $1
|
||||
graph_order system user nice idle iowait irq softirq
|
||||
graph_vlabel %
|
||||
graph_scale no
|
||||
|
@ -72,7 +72,7 @@ then
|
|||
for cpu in $CPUS
|
||||
do
|
||||
echo multigraph $PLUGINBASE.$cpu
|
||||
emit_config
|
||||
emit_config $cpu
|
||||
done
|
||||
|
||||
exit 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue