cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1379
Views
0
Helpful
1
Replies

automated CVS reports download

Hammer_ironport
Level 1
Level 1

Hi...
Some one must have hacked this issue ...

I like to do a automated download of a cvs export file....
I have tried using wget and curl from a linux command line but on luck until now.......

Basicly what I like to get is the incomming mail summary from our M650 box and dynamic update a rrd-tool or mrtg graph on our intranet.

https://m650.ironport.company.org/monitor_email/reports/overview?format=csv&sort_col_ss_0_0_1=MAIL_INCOMING_TRAFFIC_SUMMARY.BLOCKED_REPUTATION&report_query_id=mga_overview_incoming_mail_summary&date_range=current_day&sort_order_ss_0_0_1=desc&report_d...

How to doo this ?
Is there otherways to get these information dynamic or automated ?

what do you dooo ?????

1 Reply 1

Hammer_ironport
Level 1
Level 1

wget --no-check-certificate -O Overview_Incoming_Mail_Summary_RawData.csv "https://user:pass@m650.ironport.company.org/monitor_email/reports/overview?date_range=current_day&sort_col_ss_0_0_1=MAIL_INCOMING_TRAFFIC_SUMMARY.BLOCKED_REPUTATION&report_def_id=mga_overview&report_query_id=mga_overview_incoming_mail_summary&format=csv"

thanks to other great post on the site arround downloading other stuff from a ironport server :-)

:D