ripienaar
06/17/2025, 2:00 PMnatemccurdy
08/04/2025, 9:55 PMHugo Haakseth
08/20/2025, 12:51 PMripienaar
08/20/2025, 12:52 PMIbrahim Sikandar
09/25/2025, 11:01 AMripienaar
09/25/2025, 11:02 AMIbrahim Sikandar
09/25/2025, 11:12 AMripienaar
09/25/2025, 6:26 PMIbrahim Sikandar
09/29/2025, 8:12 AMIbrahim Sikandar
09/29/2025, 8:12 AMbastelfreak
09/29/2025, 8:22 AMIbrahim Sikandar
09/30/2025, 10:33 PMIbrahim Sikandar
09/30/2025, 10:37 PMIbrahim Sikandar
09/30/2025, 10:39 PMripienaar
10/01/2025, 5:11 AMIbrahim Sikandar
10/01/2025, 8:14 PMbastelfreak
10/01/2025, 8:18 PMIbrahim Sikandar
10/01/2025, 8:23 PMsmortex
10/01/2025, 10:01 PMAnderson Ferreira
10/15/2025, 6:34 PMripienaar
10/15/2025, 7:03 PMAnderson Ferreira
10/15/2025, 7:36 PM{
"component": "network_broker",
"level": "error",
"msg": "redact:41534 - cid:29307 - TLS handshake timeout",
"time": "2025-10-15T06:24:23-05:00"
}
and this is what i see in the server:
{"component":"server","connection":"redact","identity":"redact","level":"info","msg":"Sleeping 3.062s till the next reconnection attempt","time":"2025-10-14T11:53:50-05:00"}
{"component":"server","connection":"redact","identity":"redact","level":"error","msg":"NATS client encountered an error: EOF","time":"2025-10-14T11:53:50-05:00"}
{"component":"server","connection":"redact","identity":"redact","level":"info","msg":"Sleeping 8.839s till the next reconnection attempt","time":"2025-10-14T11:54:08-05:00"}
{"component":"server","connection":"redact","identity":"redact","level":"error","msg":"NATS client encountered an error: EOF","time":"2025-10-14T11:54:08-05:00"}
{"component":"server","connection":"redact","identity":"redact","level":"info","msg":"Sleeping 4.7s till the next reconnection attempt","time":"2025-10-14T11:54:24-05:00"}
{"component":"server","connection":"redact","identity":"redact","level":"error","msg":"NATS client encountered an error: EOF","time":"2025-10-14T11:54:24-05:00"}
{"component":"server","connection":"redact","identity":"redact","level":"info","msg":"Sleeping 10.622s till the next reconnection attempt","time":"2025-10-14T11:54:38-05:00"}
{"component":"server","connection":"redact","identity":"redact","level":"error","msg":"NATS client encountered an error: read tcp redact:57536-\u003eredact:4222: read: connection reset by peer","time":"2025-10-14T11:54:38-05:00"}
ripienaar
10/16/2025, 3:13 AMripienaar
10/16/2025, 3:41 AMripienaar
10/16/2025, 3:41 AMbastelfreak
10/16/2025, 6:40 AMAnderson Ferreira
10/16/2025, 3:39 PMripienaar
10/16/2025, 5:25 PMAnderson Ferreira
10/16/2025, 5:27 PMIbrahim Sikandar
10/16/2025, 6:42 PMchoria ping
it returned me the nodes hostname.
Now I want to get facts like ip addresses and stuff but it returns null
I also added this
plugin.choria.facts_source = facter
plugin.choria.facts_file = /etc/choria/facts.json
in server.conf file but it still not getting the facts
although it return the IP address when I do this
sudo jq -r '.ipaddress' /etc/choria/facts.json
192.168.20.30