Build precise queries to find exactly what you need
Press ESC to close
@iraz098
Favorites0
Views
Projects0
I was not getting the perfdata values until my coleague recommended to change the line 238 "Performance data in the actual script (check_file_count) seems to be in row no 238 which is: PERFDATA="| Total=$FILECOUNT"Count";$TESTEDWARN;$TESTEDCRIT Files=$FILENUMBER"Files" 'Directories'=$DIRNUMBER"Directories"" So commented the above and put the below line and it worked: PERFDATA="| Total=$FILECOUNT;$TESTEDWARN;$TESTEDCRIT Files=$FILENUMBER Directories=$DIRNUMBER"
Reviewed 8 years ago