mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
profiling: remove ext to dump_node
This commit is contained in:
parent
97fdf4b33b
commit
4bb73b59c2
1 changed files with 0 additions and 0 deletions
13
tools/profiling/dump_node
Executable file
13
tools/profiling/dump_node
Executable file
|
@ -0,0 +1,13 @@
|
|||
#! /bin/sh
|
||||
|
||||
NODE=${1:-localhost}
|
||||
PORT=${2:-4949}
|
||||
|
||||
{
|
||||
for plugin in $(echo "list" | nc $NODE $PORT | tail -n 1)
|
||||
do
|
||||
echo "config $plugin"
|
||||
echo "fetch $plugin"
|
||||
done
|
||||
echo "quit"
|
||||
} | nc $NODE $PORT
|
Loading…
Add table
Add a link
Reference in a new issue