Search Results

Search: Posts Made By: charli1
10,045
Posted By charli1
[Solved]Grep remote multiple hosts output to local server
Hello all,
i'm trying to create a report by greping a pattern on multiple remote hosts and creta a simple report,
actually i did this, is ther any better way to do this.

#!/bin/bash
for host in...
2,622
Posted By charli1
Hello RudiC, finally i figured it out, the...
Hello RudiC,
finally i figured it out,
the worng output was a terminal issue,


for i in $(cat MyWebApps); do curl -u manager:tH1s1s4f3k3p4ssw0Rd...
14,859
Posted By charli1
Hello nezabudka, this code is printing all the...
Hello nezabudka,
this code is printing all the matchs on the file, and not only the last five minutes of the file,
any idea?
awk -F, -v d="$(date --date="-5 minutes" +"%Y-%m-%d %H:%M:%S,%3N")"...
14,859
Posted By charli1
Yes, sorry i wrote this without the +, this is a...
Yes, sorry i wrote this without the +, this is a typo i made here, but the original copy has is, and it doesn't work either.
Thank you.
Forum: Red Hat 05-08-2017
55,441
Posted By charli1
SOLVED, if anyone need this specific, i added...
SOLVED,
if anyone need this specific, i added on myproxy on the /etc/squid/squid.conf the port
acl SSL_ports port 61617

Regards
Forum: Solaris 09-05-2012
2,232
Posted By charli1
I had the same issue some time ago,and i simply...
I had the same issue some time ago,and i simply solved it by commenting the commands inside the script,hope it helps.

Regards.
Showing results 1 to 6 of 6

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