11.4. Schedule email reports
You can have Trisul automatically email reports periodically.
11.4.1 Report intervals
You may dispatch by email any of the supported report types at these intervals.
- Hourly
- Daily
- Weekly
- Monthly
11.4.2 Schedule a new report
To schedule a new report
- A list of all reports scheduled will appear
- Click Schedule a new report
- Fill out these fields
Field Name | Description |
---|---|
Context | Context name. Do not change. |
Report | You can choose various type of reports |
Run Time | At the top of what time do you want to run the report. The actual run times of the reports also depends on the frequency. For example if you select “Dec 12 2011 10:20” for hourly report runs. The report will be generated at 10:20, 11:20, 12:20, etc.. |
Run Frequency | Select from Hourly,Daily,Weekly, or Monthly |
To | Email address of receiver |
Cc | Recipient received a copy of the message. |
Bcc | Recipients are invisible to all the other recipients of the message |
Subject | Subject of the report |
Signature | Signature of the sender |
Report parameters (optional) | Optional parameters, if present must be in valid JSON format. This parameter is only required for these three reports Endpoint Activity, Application Activity, Router and Interfaces |
11.4.3 Report parameters
Some reports are generated for a particular entity such as a specific host or application. For these reports you need to tell Trisul about the entity via the Report parameters field. Currently there are three types of such reports.
Parameters for the Endpoint Activity report
The Endpoint activity report expects you to specify a host.
- Specify all common fields for a scheduled report
- In addition enter report parameters as shown below
Say you want to schedule an endpoint report for host 192.168.1.151, enter the ip address in this format
{"IP":"192.168.1.151"}
You can also enter a host name instead of an IP like {"IP":"dns00.unleashnetworks.com"}
Parameters for the Application Activity report
The Application activity report expects you to specify an application or port.
- Specify all common fields for a scheduled report
- In addition enter report parameters as shown below
Say you want to schedule an for the http app, use this format
{"port1":"http"}
You can also enter a port number {"port1":"Port-80"}
Parameters for the Interface Activity report
Netflow only You can generate a report for any netflow interface.
- Specify all common fields for a scheduled report
- In addition enter report parameters as shown below
Say you want to schedule an report for interface with ifIndex 22 on router 192.168.1.1, use the following format
{"interface":"192.168.1.1_22"}
11.4.4 Enable email dispatching
After you have setup email, you need to enable the job that actually generates the report and sends out the email.
To enable this :
Check the Automatically email scheduled reports
Note Ensure you have set up your Email Settings
11.4.5 Troubleshooting
Are your reports not coming through ? Here are some possible reasons.
Check if cron support is available in your system
As root type
crontab -l
Check the logs
If you are not receiving the email reports, check the logs.
Click on Background tasks log
You can see if any errors are observed there.