summaryrefslogtreecommitdiffstats
path: root/Monitoring/plugins/notify.sh
blob: 0c88305cc47da9784d8b906e1e6974ea8906147c (plain)
1
2
3
4
5
6
#!/bin/bash

echo "" >> ~/notify.log
echo `date` >> ~/notify.log
echo $* >> ~/notify.log