Skip to content
Snippets Groups Projects

fix broken pipe in journallog

Merged Hahn Axel (hahn) requested to merge 6669-warnings-in-journallog into master
2 files
+ 34
1
Compare changes
  • Side-by-side
  • Inline

Files

@@ -389,6 +389,23 @@ if [ $iWarnLimit -gt 0 -a $iCriticalLimit -gt 0 ]; then
fi
```
### ph.showtimer
Show a time in seconds and milliseconds since start (since source of inc_pluginfunctions.sh).
You can use it to show an execution time.
Syntax:
```text
ph.showtimer
```
It has no parameters.
```shell
2.410 sec
```
### ph.status
Show the current status (set by ``ph.setStatus``) as Text.
Loading