Skip to content
Snippets Groups Projects
Commit d03d07a1 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

Merge branch '6638-count-changes' into 'master'

remove unwanted PERDATA output

See merge request !159
parents c423a4ba 03e3bdc2
No related branches found
No related tags found
1 merge request!159remove unwanted PERDATA output
...@@ -103,7 +103,7 @@ do ...@@ -103,7 +103,7 @@ do
done done
echo "--- transfer:" echo "--- transfer:"
echo "$result" | grep "__[A-Z][A-Z]*__ " echo "$result" | grep "__[A-Z][A-Z]*__ " | grep -v "__PERFDATA__"
echo echo
echo "$result" | grep "__COUNTERS__" echo "$result" | grep "__COUNTERS__"
echo echo
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment