Skip to content

Commit

Permalink
Update outputs/webex.go
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas Labarussias <issif+github@gadz.org>
Signed-off-by: coco <49311792+k0rventen@users.noreply.github.com>
  • Loading branch information
k0rventen and Issif authored Sep 3, 2024
1 parent 8dc8e37 commit 80e414a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion outputs/webex.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ func (c *Client) WebexPost(falcopayload types.FalcoPayload) {
go c.CountMetric(Outputs, 1, []string{"output:webex", "status:error"})
c.Stats.Webhook.Add(Error, 1)
c.PromStats.Outputs.With(map[string]string{"destination": "webex", "status": Error}).Inc()
log.Printf("[ERROR] : webex - %v\n", err.Error())
log.Printf("[ERROR] : Webex - %v\n", err.Error())
return
}

Expand Down

0 comments on commit 80e414a

Please sign in to comment.