Search Results

Search: Posts Made By: jlaigo2
1,401
Posted By jlaigo2
Thanks big time I will give it a try. ...
Thanks big time I will give it a try.

---------- Post updated 10-31-12 at 09:02 AM ---------- Previous update was 10-30-12 at 10:39 AM ----------

FYI, the code did not work for me but I figured...
1,401
Posted By jlaigo2
Sorry guys for not being clear, I am using...
Sorry guys for not being clear, I am using Splunk which is a logging tool. It parses out parts of the log for you and even grabs the hostname. For some reason these cisco logs are not grabbing the...
1,401
Posted By jlaigo2
hostname: areagc11 log: Oct 25 11:08:18...
hostname:
areagc11

log:
Oct 25 11:08:18 areagc11 961: Oct 25 18:08:17.536 GMT: %SYS-5-CONFIG_I: Configured from console by someone onvty1 (10.156.72.97)
1,401
Posted By jlaigo2
Regex Needed:(
I am looking for the proper regex to match the hostname "areagc11" of this log.... Any help would be awsome:)

Oct 25 11:08:18 areagc11 961: Oct 25 18:08:17.536 GMT: %SYS-5-CONFIG_I: Configured...
10,328
Posted By jlaigo2
I get a time error? bash-3.00$ more...
I get a time error?

bash-3.00$ more testing.sh
# assume 15 minutes ago
a=$( date +%H%M )
a=$(( $a - 15 ))
touch -t $a /tmp/Spirent_TCL/testing.log
find...
10,328
Posted By jlaigo2
Solaris files created within directory in last 15min.
I have a directory on a Solaris box that has 58 files written to it every 15min. They have a non standard date as part of the file name but always have another name with it. I need to check that...
2,103
Posted By jlaigo2
My example is of the contents of the file so no...
My example is of the contents of the file so no this won't work.....

Here is a better example.

bash-3.00$ more onstat.log | awk '{print($5,$4)}'
98.32 /dev/rmetrochunk00
99.99...
2,103
Posted By jlaigo2
onstat -d chunks perl monitor
I have a file I need to monitor with a perl script with the following format. I need to send off a 0 if it is above 95 in the 5th colum and a 1 if it is below. Any help on a simple perl script...
Showing results 1 to 8 of 8

 
All times are GMT -4. The time now is 02:42 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy