You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
global_defs { notification_email { ssay@#####.com #####@#####.com #####@#####.com } notification_email_from [email protected] smtp_server 192.168.110.164 smtp_connect_timeout 30 router_id c-haproxy001lv script_user root enable_script_security }
Line 11 is the script_user parameter. When I comment out this line, the check passes.
We ARE using the latest version of keepalived. I believe the script_user parameter was added not too long ago. Either way, I was able to add the parameter and compile a working gokc binary so I'm okay for now with my test cases. I'm somehow not able to build from source with my changes present, so it's only working by compiling on my personal. Sorry, new to this thing.
script_user in global_defs block in config file fails to pass the test:
keepalived.conf:23:4: syntax error: unexpected STRING, expecting RB
The text was updated successfully, but these errors were encountered: