User Tools

Site Tools


execution_time_and_notify

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
execution_time_and_notify [2011/05/11 13:45]
k2patel
execution_time_and_notify [2020/08/10 02:35] (current)
Line 4: Line 4:
 <code bash> <code bash>
 s=`date +%s`; /​usr/​local/​bin/​php index.php ; e=`date +%s`; if [ $(( $e - $s )) -gt 10 ]; s=`date +%s`; /​usr/​local/​bin/​php index.php ; e=`date +%s`; if [ $(( $e - $s )) -gt 10 ];
-then /​usr/​bin/​mail -s "[Degree] `hostname` Time is More then 10 second"​ status@k2.com ; fi+then /​usr/​bin/​mail -s "[Notice] `hostname` Time is More then 10 second"​ status@k2.com ; fi
 </​code>​ </​code>​
  
Line 19: Line 19:
 notify(){ notify(){
    for n in $receipients;​ do    for n in $receipients;​ do
-      echo $1 | /​usr/​bin/​mail -s "[Degree] `hostname` Time is More then 10 second"​ $n+      echo $1 | /​usr/​bin/​mail -s "[Notice] `hostname` Time is More then 10 second"​ $n
    done    done
 } }
execution_time_and_notify.1305121534.txt.gz ยท Last modified: 2020/08/10 02:28 (external edit)