Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Commit 7aa0a13

Browse files
leogrpoiana
authored andcommitted
update(cmd): default unix socket path for Falco 0.33
Signed-off-by: Leonardo Grasso <[email protected]>
1 parent f0e4edd commit 7aa0a13

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/falco-exporter/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ func main() {
4545
grpc.WithBlock(),
4646
},
4747
}
48-
pflag.StringVar(&config.UnixSocketPath, "client-socket", "unix:///var/run/falco.sock", "unix socket path for connecting to a Falco gRPC server")
48+
pflag.StringVar(&config.UnixSocketPath, "client-socket", "unix:///run/falco/falco.sock", "unix socket path for connecting to a Falco gRPC server")
4949
pflag.StringVar(&config.Hostname, "client-hostname", "", "hostname for connecting to a Falco gRPC server, if set, takes precedence over --client-socket")
5050
pflag.Uint16Var(&config.Port, "client-port", 5060, "port for connecting to a Falco gRPC server")
5151
pflag.StringVar(&config.CertFile, "client-cert", "/etc/falco/certs/client.crt", "cert file path for connecting to a Falco gRPC server")

0 commit comments

Comments
 (0)