Create an IPAWS COG health monitor
- Log in to theBlackBerry AtHocmanagement system as an administrator.
- In the navigation bar, click
.
- In theSystem Setupsection, clickSystem Health.
- In theOrganization Visibility Console, in theGeneralsection, clickCreate new monitor.
- Enter a name for the monitor, such asIPAWS COG Health.
- From theIs it associated with other Health Monitors?list, selectGeneral.
- Optionally, to show warnings and errors on the home page, selectShow errors and warnings for this monitor on the Home page.
- Specify how often and at what time you want the monitor to check the system status.
- In theHow does this Monitor test the systemsection, from theChoose a testlist, selectAtHoc Event Logs.
- Copy the following sample configuration XML text into theTest Configurationfield:<EventLogTestConfig> <Filters> <Filter> <A>shortMessage</A> <B>IPAWS PING Error. COG: <COGID></B> <OffsetSeconds>0</OffsetSeconds> <Comparison>Contains</Comparison> </Filter> <Filter> <A>time</A> <B>[NOW]</B> <OffsetSeconds>-330</OffsetSeconds> <Comparison>GreaterThan</Comparison> </Filter> </Filters> <WarningConditions /> <WarningCountThreshold>2</WarningCountThreshold> <ErrorConditions /> <ErrorCountThreshold>1</ErrorCountThreshold> </EventLogTestConfig>
- Add the current organization COGID in the following line:<B>IPAWS PING Error. COG: <COGID></B>
- Configure the rest of the Health Monitor as appropriate. For more information about health monitors, see the .
- ClickSave.