Changeset 3385
- Timestamp:
- 02/26/10 13:11:47 (2 years ago)
- Files:
-
- trunk/plugins/node.d/snort_alerts.in (modified) (2 diffs)
- trunk/plugins/node.d/snort_bytes_pkt.in (modified) (2 diffs)
- trunk/plugins/node.d/snort_drop_rate.in (modified) (2 diffs)
- trunk/plugins/node.d/snort_pattern_match.in (modified) (2 diffs)
- trunk/plugins/node.d/snort_pkts.in (modified) (2 diffs)
- trunk/plugins/node.d/snort_traffic.in (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/plugins/node.d/snort_alerts.in
r3333 r3385 57 57 =cut 58 58 59 EOF60 61 59 62 60 if [ -z $statsfile ]; then … … 69 67 if [ -f $_target ]; then 70 68 echo yes 71 exit 072 69 else 73 70 echo "no ($_target not readable)" 74 exit 175 71 fi 72 exit 0 76 73 fi 77 74 trunk/plugins/node.d/snort_bytes_pkt.in
r3333 r3385 57 57 =cut 58 58 59 EOF60 61 59 62 60 if [ -z $statsfile ]; then … … 69 67 if [ -f $_target ]; then 70 68 echo yes 71 exit 072 69 else 73 70 echo "no ($_target not readable)" 74 exit 175 71 fi 72 exit 0 76 73 fi 77 74 trunk/plugins/node.d/snort_drop_rate.in
r3333 r3385 57 57 =cut 58 58 59 EOF60 61 59 62 60 if [ -z $statsfile ]; then … … 69 67 if [ -f $_target ]; then 70 68 echo yes 71 exit 072 69 else 73 70 echo "no ($_target not readable)" 74 exit 175 71 fi 72 exit 0 76 73 fi 77 74 trunk/plugins/node.d/snort_pattern_match.in
r3333 r3385 58 58 =cut 59 59 60 EOF61 62 60 63 61 if [ -z $statsfile ]; then … … 70 68 if [ -f $_target ]; then 71 69 echo yes 72 exit 073 70 else 74 71 echo "no ($_target not readable)" 75 exit 176 72 fi 73 exit 0 77 74 fi 78 75 trunk/plugins/node.d/snort_pkts.in
r3333 r3385 58 58 =cut 59 59 60 EOF61 62 60 63 61 if [ -z $statsfile ]; then … … 70 68 if [ -f $_target ]; then 71 69 echo yes 72 exit 073 70 else 74 71 echo "no ($_target not readable)" 75 exit 176 72 fi 73 exit 0 77 74 fi 78 75 trunk/plugins/node.d/snort_traffic.in
r3333 r3385 57 57 =cut 58 58 59 EOF60 61 59 62 60 if [ -z $statsfile ]; then … … 69 67 if [ -f $_target ]; then 70 68 echo yes 71 exit 072 69 else 73 70 echo "no ($_target not readable)" 74 exit 175 71 fi 72 exit 0 76 73 fi 77 74
