Denis Chermyaninov
Results
2
issues of
Denis Chermyaninov
running exporter ``` > /usr/bin/rabbitmq_exporter -config-file /usr/share/udv/rabbitmq-exporter-sensor/exporter-config.json ``` in another terminal sending SIGINT signal ``` > kill -2 1428168 ``` In the terminal with running exporter ``` ... INFO[0009] Shutting...
**Problem** Subscriptions created via `NodeMonitor` not recover after client reconnect The client logs literally say "debug: client: monitor: no subscriptions to resume" but they are there... Using example - https://github.com/gopcua/opcua/blob/main/examples/monitor/monitor.go...