Skip to content

MimiXav/fty-srr

This branch is 151 commits behind 42ity/fty-srr:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

df999a2 · Feb 14, 2020

History

85 Commits
Jan 16, 2020
Nov 27, 2019
Jan 30, 2020
Jan 16, 2020
Feb 14, 2020
Nov 29, 2019
Oct 15, 2019
Dec 2, 2019
Oct 15, 2019
Oct 15, 2019
Nov 27, 2019
Dec 4, 2019
Nov 5, 2019
Jan 16, 2020
Oct 14, 2019
Oct 14, 2019
Feb 6, 2020
Feb 6, 2020
Oct 14, 2019
Oct 14, 2019
Feb 6, 2020
Feb 6, 2020
Jan 16, 2020

Repository files navigation

fty-srr

fty-srr is an agent who has in charge Save, Restore, and Reset the system.

How to build

To build fty-srr project run:

./autogen.sh
./configure
make
make check # to run self-test

How to run

To run fty-srr project:

  • from within the source tree, run:
./src/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

Configuration file

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.

Architecture

Overview

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 35.0%
  • Shell 28.6%
  • M4 28.4%
  • C 5.1%
  • Makefile 2.9%