TECHZEN Zenoss User Community ARCHIVE  

Creating Reports

Subject: Creating Reports
Author: [Not Specified]
Posted: 2015-11-25 19:43

Hi Everyone,

I cannot get reportmail to function, this is my script

#!/bin/sh
REPORTS_URL=http:///xxxxx:8080/zport/dmd/reports
date
echo "Sending Mail"

/opt/zenoss/bin/reportmail --user=xxxx --passwd=xxxx --from=xxxx@xxxx.com --address=xxxx@xxxx.com --subject="Zenoss Core: Availability Report" --url="$REPORTS_URL/Device Reports/Availability Report"

also applied chmod 755 emailReportPingIssues.sh

I am not receiving any email.

can anyone help me out

thanks and regards

noob is me



Subject: Here's one that certainly
Author: Jane Curry
Posted: 2015-11-30 11:15

Here's one that certainly used to work for me:

reportmail -u https://zen42.class.example.org/zport/dmd/reports#reporttree:.zport.dmd.Reports.Custom%20Device%20Reports.Maintenance%20State -a jane.curry@skills-1st.co.uk -s "test of reportmail" -f zenoss@skills-1st.co.uk -U NotThis -p notThis

Get the url ( -u ) by going to the report you want and simply cut-and-paste it from your Zenoss GUI. The "-U" and "-p" are the Zenoss user and password. Use "reportmail help" for info on the other parameters.

Cheers,

Jane

Email: jane.curry@skills-1st.co.uk    Web: https://www.skills-1st.co.uk



Subject: Custom Reports
Author: [Not Specified]
Posted: 2015-11-30 21:14

Hi Jcurry!

Thanks!

I got the reportmail working.

I got the threshold reports working.

Is there anyway to get a custom report

For example, I need to get a summary report for all the down machines for this day. or the down instances of a process.

How can i create a table report for this

can you give me tips and tricks thanks

noob is me



Subject: There used to be a brilliant
Author: Jane Curry
Posted: 2015-12-01 03:38

There used to be a brilliant tip from Chet about how to do this but I can no longer find it anywhere. Best I can do is provide a scan of my annotated page.

< Previous
Zenoss False Positive
  Next
Zenoss 3.0.3 Ping stats drop out daily
>