Subversion Repositories ALCASAR

Rev

Rev 2557 | Rev 2600 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 2557 Rev 2558
Line 1... Line 1...
1
#!/bin/bash
1
#!/bin/bash
2
# $Id: alcasar-sms.sh 2557 2018-06-03 21:06:17Z rexy $
2
# $Id: alcasar-sms.sh 2558 2018-06-05 21:56:34Z rexy $
3
 
3
 
4
# alcasar-sms.sh
4
# alcasar-sms.sh
5
# by Nicolas Aubry & Rexy
5
# by Nicolas Aubry & Rexy
6
# This script is distributed under the Gnu General Public License (GPL)
6
# This script is distributed under the Gnu General Public License (GPL)
7
 
7
 
Line 379... Line 379...
379
		# Récupère la dernière ligne où %%%%%%%%%% est présent (séparateur)
379
		# Récupère la dernière ligne où %%%%%%%%%% est présent (séparateur)
380
		cat $logfile | grep -n "%%%%%%%%%%" | cut -d ':' -f1 | tail -n 1
380
		cat $logfile | grep -n "%%%%%%%%%%" | cut -d ':' -f1 | tail -n 1
381
		exit 0
381
		exit 0
382
		;;
382
		;;
383
	--last_writeerror)
383
	--last_writeerror)
384
		#Récupère la dernière ligne où SECURITYERROR est présent (error)
384
		#Récupère la dernière ligne où DEVICEWRITEERROR est présent (error)
385
		cat $logfile | grep -n "DEVICEWRITEERROR" | cut -d ':' -f1 | tail -n 1
385
		cat $logfile | grep -n "DEVICEWRITEERROR" | cut -d ':' -f1 | tail -n 1
386
		exit 0
386
		exit 0
387
		;;
387
		;;
388
	--last_timeout)
388
	--last_timeout)
389
		# Récupère la dernière ligne où SECURITYERROR est présent (error)
389
		# Récupère la dernière ligne où TIMEOUT est présent (error)
390
		cat $logfile | grep -n "TIMEOUT" | cut -d ':' -f1 | tail -n 1
390
		cat $logfile | grep -n "TIMEOUT" | cut -d ':' -f1 | tail -n 1
391
		exit 0
391
		exit 0
392
		;;
392
		;;
393
	--last_secu)
393
	--last_secu)
394
		# Récupère la dernière ligne où SECURITYERROR est présent (error)
394
		# Récupère la dernière ligne où SECURITYERROR est présent (error)