Skip to content

Commit

Permalink
Display /etc/redhat-release if present
Browse files Browse the repository at this point in the history
  • Loading branch information
fgsch committed Nov 10, 2014
1 parent 989fece commit fe0b4ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion varnishgather
Expand Up @@ -39,7 +39,7 @@ RELDIR="varnishgather-${ID}"
DIR="${TOPDIR}/${RELDIR}"
LOG="${DIR}/varnishgather.log"
ORIGPWD=$PWD
VERSION="1.005"
VERSION="1.006"

# Set up environment

Expand Down Expand Up @@ -312,6 +312,7 @@ run uptime
run free -m
run vmstat 5 5
run lsb_release -a
mycat /etc/redhat-release
run sysctl -a
run varnishstat -V
run getenforce
Expand Down

0 comments on commit fe0b4ae

Please sign in to comment.