If the Health Monitoring option has been purchased, AIRA Server sends every 15 minutes for each camera a "health packet" which contains health information about the server. Aimetis offers a managed service which enables users to login and see the status on all AIRA Services which have the ability to send health packets to Aimetis. Health Packets are sent as UDP packets.
Each Health Packet contains the following information:
Server name
Server ID
Camera ID
Source IP address
Version of Aimetis software running on the server
Amount of CPU the AI Tracker has used
How long the AI Tracker has been running
Number of alarms
Amount of free disk space
The health packet interval can be re-configured by modifying the [main] section of the aira.ini file. By default, the StatusInterval is set to 900 seconds, meaning every 15 minutes each camera will send health information to Aimetis.
[main]
StatusInterval=900
See Also