anvil/scancore-agents/scan-ipmitool
Digimer 15d8309095 This commit adds scan agent DB connection info caching to help minimize the number of unnecessary DB resync checks that happen.
* Created ScanCore->agent_shutdown() that writes out the time the scan agent last ran, and how many databases were available when it last ran.
* Updated ScanCore->agent_startup() to read the the last run data created above.
* Updated Database->connect() to set 'sys::database::last_db_count' to the scan agent's recorded last DB count.
* Updated all agents to call ScanCore->agent_shutdown() at the end of their run.

Signed-off-by: Digimer <digimer@alteeve.ca>
2021-08-11 21:14:35 -04:00
..
scan-ipmitool This commit adds scan agent DB connection info caching to help minimize the number of unnecessary DB resync checks that happen. 2021-08-11 21:14:35 -04:00
scan-ipmitool.sql The theme of these commits is improving DB responsiveness. 2021-05-29 23:34:22 -04:00
scan-ipmitool.xml * Created Convert->fence_ipmilan_to_ipmitool() that takes a 'fence_ipmilan' call and converts it into a direct 'ipmitool' call. 2020-12-21 16:00:35 -05:00