You are hereSupport / Troubleshooting Tips and Best Practices / Event Tuning Options
Event Tuning Options
Longitude works by collecting a specified set of data for each Application you configure. After the data is collected, it is evaluated and Events are created if the data does not meet specified thresholds. For example, the Windows Application will collect CPU data, and Events will be created when the CPU usage on a device is too high.
These Events are visible in the Event Monitor, and can be used to trigger Action Rules or Correlated Events that will send notifications for the problems via email, text message, pager message, SNMP Trap, or will execute an OS command.
See Best Practices Before Turning on Notification for an outline of how to approach filtering events from the Event Monitor. The list below presents six types of Events you want to remove from the Event Monitor, and the best ways to remove them:
Types of Events:
- Events based on metrics that have different baseline values across different servers. For example, CPU, Disk Free Space, or Memory.
- Events where you are interested in some of the problems on the device, and not interested in others. For example, Events for stopped services from the Windows Application.
- Events for an optional application component that isn't relevant to your environment. For example, Windows Print Queue or Printer collections.
- Events for specific problems you do not intend to fix (e.g. servers with consistently high memory or CPU usage), or anticipated short term problems (e.g. high network usage on a server downloading a patch).
- Events that are invalid during a known time period. For example, high CPU alerts during a nightly virus scan.
- Events where you want historical reports on the data, but don't want to have the engine component analyze the data. For example, Events for Syslog or SNMPTrap data.
The methods to remove the types of events listed above are:
- Adjust the thresholds used by the rule to generate Events
- Best used for:
Events based on metrics that have different baseline values across different servers. For example, CPU, Disk Free Space, or Memory. - How to implement:
- In Monitoring >> Manage Rules, select the Application, Task and Rule generating the alert (there is a link under Related Rule in the Event to take you there directly).
- Click on the ADD or MODIFY button in the Specific Values column.
- There will be a blank field labelled Value:, with a gray triangle to the right of the field. Click on the triangle to display a baseline for the collection with Minimum, Maximum and Average values, which can be used as guidelines in setting a specific threshold.
- Enter the desired value into the Value field, select the item this will apply to, and then click APPLY.
- Advantages:
Events are more appropriate for the specific monitored devices. - Disadvantages:
Need to wait until enough data has been accumulated for a meaningful baseline.
If monitoring large numbers of disparate devices, it can take time to set up individual thresholds. - Filter the collections in Monitoring
- Best used for:
Events where you are interested in some of the problems on the device, and not interested in others. For example, Events for stopped services from the Windows Application. - How to implement:
- In Monitoring >> Manage Applications, click on the gear icon for the application you want to filter.
- Click on MODIFY for the specific component you want to filter.
- The data currently being collected will be displayed, and you can test filters with the REFRESH STATISTICS button.
- Click on SAVE CHANGES to save filter settings.
- Advantages:
Can copy the filter to multiple computers so it only needs to be created once.
Saves data collection and archiving resources. - Disadvantages:
Historical data is not available for reports later. - Disable the collection in Monitoring
- Best used for:
Events for an optional application component that isn't relevant to your environment. For example, Windows Print Queue or Printer collections. - How to implement:
- In Monitoring >> Manage Applications, click on the gear icon for the application you want to filter.
- Click on MODIFY for the specific component you want to disable.
- Uncheck the Enabled box between the Application Properties and the Filter Parameters.
- Click on SAVE CHANGES .
- Advantages:
Can copy the enabled setting to multiple computers so it only needs to be set once.
Saves data collection and archiving resources. - Disadvantages:
Historical data is not available for reports later. - Disable the Events in the Event Monitor
- Best used for:
Events for specific problems you do not intend to fix (e.g. servers with consistently high memory or CPU usage), or anticipated short term problems (e.g. high network usage on a server downloading a patch). - How to implement:
- In the Event Monitor, select the Event that you want to remove.
- In the Event Details, go to the Event Shutoff section.
Select either DISABLE to remove the event indefinitely, or enter an interval and select SUSPEND to remove the event for the selected interval.
- Advantages:
Data is still available for reports.
Problems you don't intend to address are not shown in the Event Monitor.
Less overhead for the Rule Engine, Web UI, and database.
Can remove known problems from Event Monitor until time you anticipate they should be fixed. - Disadvantages:
DISABLE and SUSPEND only apply to the specific measured object in the Event. For example, if you DISABLE Events for a Service Down problem on on Managed Device, it will only apply to that one service on that one device. You would need to DISABLE/SUSPEND the Events for each individual Event in the display. - Delete the Event with an Action rule
- Best used for:
Events that are invalid during a known time period. For example, high CPU alerts during a nightly virus scan. - How to implement:
- Go to Actions >> Manage Action Rules and select ADD ACTION.
- When creating the action, use a schedule that only covers the time period where the Event is not needed.
- Select Delete Events as the Action.
- Select ADD ACTION to add Action Rule.
- Advantages:
Best way to eliminate alert notifications for known outages.
Eliminates known alerts in Event Monitor and Event Reports. - Disadvantages:
Need to be careful with schedules and selections of Events in Action rule so that valid alerts aren't deleted. - Disable the task creating the Event
- Best used for:
Events where you want historical reports on the data, but don't want to have the engine component analyze the data. For example, Events for Syslog or SNMPTrap data. - How to implement:
- In Monitoring >> Manage Tasks, select the Application you want to disable.
- Select the task(s) that you want to disable.
- Select DISABLE TASKS.
- Advantages:
Less overhead for rule engine and Web UI. - Disadvantages:
Some tasks evaluate multiple rules - disabling one task could disable rules you do want to run. Check Monitoring >> Manage Rules >> {Application} >> {Task} for the specific application and task you plan to disable to display the rules that are run by the task.
Does the text messaging and pager messaging work individually from the SMTP server setting that we configure on Longitude ? Or do they require the SMTP server which is configured to send emails ?
Thanks
Anand
Hi Anand -
When you configure an alert to send an SMS message or page, you select a service provider which has a provider specific SMTP server associated with it. When Longitude sends the message, it will connect directly to the provider's SMTP server, and will not use the same SMTP server Longitude is configured to use for mail.
If you run into any problems sending out SMS messages or pages, please post an update,
Thanks,
Susan
Ok, that made me understand the concept now. 'Help' was not having this information of not using same SMTP that we configure for mailing, but a preconfigured SMTP servers.
Thanks again
Anand