summaryrefslogtreecommitdiffstats
path: root/scripts/binutils-version.sh
diff options
context:
space:
mode:
authorPaul Kocialkowski <contact@paulk.fr>2015-03-28 18:35:36 +0100
committerHans de Goede <hdegoede@redhat.com>2015-05-19 18:28:52 +0200
commit9f85221135745f7f20c9b00a241a8331a7f5b190 (patch)
tree41b20f7e7ab394df52e9df99ddf9db84db17c2bd /scripts/binutils-version.sh
parent0e6b7a28243175ae0874d53b6e6e4eff8548d71f (diff)
sunxi: Pass serial number through ATAG
Signed-off-by: Paul Kocialkowski <contact@paulk.fr> Acked-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'scripts/binutils-version.sh')
0 files changed, 0 insertions, 0 deletions
an> # $ModLoad mmcount $mmcountKey gf_code # start counting value of gf_code $template Glusterfsd_dynLogFile,"/var/log/glusterfs/bricks/%app-name%.log" $template Gluster_dynLogFile,"/var/log/glusterfs/%app-name%.log" $template GLFS_Template,"%msgid%/%syslogfacility-text:::uppercase%/%syslogseverity-text:::uppercase% [%TIMESTAMP:::date-rfc3339%] %msg:::sp-if-no-1st-sp%%msg:::drop-last-lf%\n" # ## Pass logs to mmcount if app-name is 'gluster' # if $app-name contains 'gluster' then :mmcount: if $app-name contains 'glusterfsd' then ?Glusterfsd_dynLogFile;GLFS_Template if $app-name contains 'gluster' and not ( $app-name contains 'glusterfsd' ) then ?Gluster_dynLogFile;GLFS_Template # ## Sample configuration to send a email alert for every 50th mmcount # #$ModLoad ommail #$ActionMailSMTPServer smtp.example.com #$ActionMailFrom rsyslog@example.com #$ActionMailTo glusteradmin@example.com #$template mailSubject,"50th message of gf_code=9999 on %hostname%" #$template mailBody,"RSYSLOG Alert\r\nmsg='%msg%'" #$ActionMailSubject mailSubject #$ActionExecOnlyOnceEveryInterval 30 #if $app-name == 'glusterfsd' and $msgid != 0 and $msgid % 50 == 0 \ #then :ommail:;RSYSLOG_SyslogProtocol23Format # # ## discard logs where app-name is 'gluster' as we processed already # if $app-name contains 'gluster' then ~