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

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

fix performancedata

See merge request !114
parents 17ca3d2a 81d320e7
No related branches found
No related tags found
1 merge request!114fix performancedata
......@@ -163,7 +163,7 @@ else
printf "__COUNTERS__New: %10s files %10s dirs\n" $iModFNew $iModDNew
printf "__COUNTERS__Changed: %10s files %10s dirs\n" $iModFChange $iModDChange
printf "__COUNTERS__Deleted: %10s files %10s dirs\n" $iModFDelete $iModDDelete
echo "__PERFDATA__ |files-new=$iModFNew;;;0|files-mod=$iModFChange;;;0|files-del=$iModFDelete|dirs-new=$iModDNew;;;0|dirs-mod=$iModDChange;;;0|dirs-del=$iModDDelete"
echo "__PERFDATA__ |files-new=$iModFNew;;;0 files-mod=$iModFChange;;;0 files-del=$iModFDelete dirs-new=$iModDNew;;;0 dirs-mod=$iModDChange;;;0 dirs-del=$iModDDelete"
echo
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment