Francis Ajudua applied to your job ad Software Engineer (Frontend/JS) (Senior) at HAProxy Technologies

2022-06-23 Thread Techjob . app

Note: This job posting was registered automatically and free of charge through public or partner job listings. The recruiting email address may be inaccurate. In this case, please ignore this email or contact us.
Name: Francis Ajudua
Email: fjnraju...@aol.com
To view full applicant resume, click this link: https://www.techjob.app/users/a9e1e57b-c34b-4d09-87c5-94992c3691aa/cv

  Main Insights
  
  – Applicant Suitability: Low

  
  – Recommended Salary: $4,820


To continue receiving resumes and insights, recruit with us: https://www.techjob.app/recruit


Attached resume is simplified for ATS software automate reading

   Techjob.app

  

cv.pdf
Description: Adobe PDF document


Haproxy [2.4.0] cvs stats return " * L7OK,0 " in check_status and check_code fields

2022-06-23 Thread Rashid B.
Hi all,

Maybe someone have already encountered the same issue:

Sometimes I get " * L7OK" and "0" in check_status and check_code fields
respectively in stats in cvs format response.

The full response looks as follows:

'write_read,hostname1,0,0,1,2,500,866,238067,642557,,0,,0,0,0,0,UP,1,1,0,0,0,97441,0,,1,2,2,,866,,2,0,,1,**
L7OK,0*,3,,,0,0,49,,,0,0,0,112047Layer7 check
passed,,2,3,4,,tcp0,866,0,,,0,,0,7,0,540337,0,0,0,0,1,1,-,0,0,0,,\n'

My configuration is as follows:
listen write_read
  bind *:5000
  option httpchk
  http-check expect status 200
  default-server inter 3s fall 3 rise 2 on-marked-down shutdown-sessions
  server  hostname1  hostname1:1234 maxconn 500 check port 0910 inter 1s

HAProxy version 2.4.0-6cbbecf 2021/05/14
CentOS Linux release 7.9.2009

Any help is appreciated. Thanks in advance.


Re: Compare two variables in acl

2022-06-23 Thread Seena Fallah
Yea exactly that was what I wanted.
Thanks. :)

On Thu, 23 Jun 2022 at 15:50, Tim Düsterhus  wrote:

> Seena,
>
> On 6/22/22 19:57, Seena Fallah wrote:
> > I'm trying to compare two variables in ACL but seems the one on the right
> > side is not rendering and assumed as a literal string.
> > Is there any example of how can I compare two variables in haproxy acls?
>
> Your question is very light on details (e.g. what you have attempted),
> but likely the `strcmp` converter does what you need.
>
> Best regards
> Tim Düsterhus
>


Re: Compare two variables in acl

2022-06-23 Thread Tim Düsterhus

Seena,

On 6/22/22 19:57, Seena Fallah wrote:

I'm trying to compare two variables in ACL but seems the one on the right
side is not rendering and assumed as a literal string.
Is there any example of how can I compare two variables in haproxy acls?


Your question is very light on details (e.g. what you have attempted), 
but likely the `strcmp` converter does what you need.


Best regards
Tim Düsterhus