monitoring-plugins
monitoring-plugins copied to clipboard
path-rw-test: To avoid race conditions, use a unique filename
If two or more checks write to the same destination:
- Check A writes file to shared folder Z.
- Check B writes file to the same shared folder Z.
- Check A deletes file.
- Check B tries to delete, but fails and complains.
So use unique filenames.