Hi Kay,
For alarms, you can export/import the
configuration, but the tools are not compatible at runtime
because we moved from RDB+JMS to Kafka.
Thanks for these reference documentations. I can built new
archive engine and alarm server from Phoebus source code and
so, I built archive engine service and alarm server service.
But there is a problem with alarm server service or maybe
with Kafka. Phoebus can connect to alarm server with
Accelerator config, but after 30 second, the connection is
failed and "No Alarm Server Connection" text appears and my
saved messages with key in JSON format in Kafka doesn't appear
in Phoebus Alarm UI tools.
And I'm sending the command for messages and I attached
outputs of Zookeeper, Kafka and Phoebus (outputKafka.txt,
outputZooKeeper.txt, outputPhoebus.txt).
commands for messages:
$ echo
'config:/Accelerator/Vacuum/TARLA:deneme,{"user":"osiloskop",
"host":"alarm_server", "description"="deneme", "delay"=2,
"count"=2}' | kafka/bin/kafka-console-producer.sh
--broker-list 192.168.56.10:9092 --topic Accelerator
--property parse.key=true --property key.separator=,
$ kafka/bin/kafka-console-consumer.sh --bootstrap-server
192.168.56.10:9092 --topic Accelerator --from-beginning
--property print.key=true --property key.separator=,
--
Hasan Sansar