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

Change the fullcommand parameter to full_command for keepalived::vrrp::track_process #180

Merged
merged 1 commit into from
Mar 31, 2019

Conversation

fduranti
Copy link
Contributor

Pull Request (PR) description

This change the parameter fullcommand to full_command for keepalived::vrrp::track_process
Extracted from the manual page of keepalived.conf (2.0.14) : http://www.keepalived.org/manpage.html

           vrrp_track_process <STRING> {
               # process to monitor
               process <QUOTED_STRING>

               # default weight (default is 1)
               weight <-254..254>

               # minimum number of processes for success
               quorum NUM
  
               # time to delay after process quorum lost before
               #   consider process failed (in fractions of second)
               delay SECS

               # Normally process string is matched against the process name,
               #   as shown on the Name: line in /proc/PID/status.
               #   This option matches the full command line
               full_command
           }


This Pull Request (PR) fixes the following issues

Fixes #179

@juniorsysadmin juniorsysadmin added the bug Something isn't working label Mar 31, 2019
@juniorsysadmin juniorsysadmin merged commit b3f7acd into voxpupuli:master Mar 31, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Problem with keepalived::vrrp::track_process fullcommand
2 participants