File manager - Edit - /usr/lib64/nagios/plugins/check_tmp
Back
#!/bin/bash TIMESTAMP=$(date +%s) if ! touch /tmp/$TIMESTAMP; then echo 'CRITICAL: Unable to touch tmp'; exit 2; else rm -f /tmp/$TIMESTAMP; echo 'OK: Successfully touched tmp'; exit 0; fi
| ver. 1.4 |
Github
|
.
| PHP 8.2.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings