Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhance ways that upsd/upsmon can send signals to their running siblings #1300

Merged
merged 15 commits into from
Feb 17, 2022

Commits on Feb 16, 2022

  1. Configuration menu
    Copy the full SHA
    cae9d58 View commit details
    Browse the repository at this point in the history
  2. common/common.c: sendsignalfn(): if we use sig==0 to probe that a pro…

    …cess runs, no need to send that twice
    jimklimov committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    dfd955f View commit details
    Browse the repository at this point in the history
  3. server/upsd.c: handle extended return values from sendsignalfn() to t…

    …ell more about the error
    jimklimov committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    3c06eca View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f04c026 View commit details
    Browse the repository at this point in the history
  5. include/common.h, common.c: refactor sendsignalfn() into parsepid() a…

    …nd sendsignalpid() reusable methods
    jimklimov committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    b4f4f28 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0f19402 View commit details
    Browse the repository at this point in the history
  7. upsd.c: add -FF option to stay foregrounded AND write the PID file, u…

    …se it in systemd/nut-server.service [for networkupstools#1299]
    jimklimov committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    9af2a4f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    35ea592 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1afbd2b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1bdc4fb View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    db56595 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    fcb8b5e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    fccbc77 View commit details
    Browse the repository at this point in the history
  14. clients/upsmon.c: restructure config reload for debug_min to be more …

    …similar to that in upsd.c
    jimklimov committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    7115eb1 View commit details
    Browse the repository at this point in the history
  15. upsd and upsmon configuration sample files and man pages: add note ab…

    …out run-time config reload with DEBUG_MIN setting in sight
    jimklimov committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    aae4fe6 View commit details
    Browse the repository at this point in the history