fty-srr is an agent who has in charge Save, Restore, and Reset the system.
To build, run:
mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=usr -DBUILD_TESTING=On ..
make
sudo make install
To run:
- from within the build tree, run:
./fty-srr
For the other options available, refer to the manual page of fty-srr.
- from an installed base, using systemd, run:
systemctl start fty-srr
Agent has a configuration file: fty-srr.cfg. Except standard server and malamute options, there are two other options:
- server/check_interval for how often to publish Linux system metrics
- parameters/path for REST API root used by IPM Infra software Agent reads environment variable BIOS_LOG_LEVEL, which sets verbosity level of the agent.