Skip to content

Commit

Permalink
go.d sd fix rspamd classify match (netdata#17686)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyam8 authored May 16, 2024
1 parent 4039a87 commit cfc3296
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ classify:
- tags: "redis"
expr: '{{ or (eq .Port "6379") (eq .Comm "redis-server") }}'
- tags: "rspamd"
expr: '{{ or (eq .Port "11334") (eq .Comm "rspamd") }}'
expr: '{{ and (eq .Port "11334") (eq .Comm "rspamd") }}'
- tags: "supervisord"
expr: '{{ and (eq .Port "9001") (eq .Comm "supervisord") }}'
- tags: "traefik"
Expand Down

0 comments on commit cfc3296

Please sign in to comment.