Description
This is the alternate UI to work with alarms generated by SAYMON.
Install
Ssh to your SAYMON instance and navigate to the extensions folder. By default it is:
cd /opt/saymon-extensions/
Download demo version package:
wget https://saymon.tech/...
Unpack it with a command:
tar ...
Set permissions for the files and folders:
chown / chmod ...
Check installation by navigating your browser to the extensions’ list:
https://your_saymon_address/extensions
or to the SAYMON CAS Incidents directly:
https://your_saymon_address/extensions/cas-incidents
Uninstall
To uninstall extension ssh to your SAYMON instance and navigate to the extensions folder. By default it is:
cd /opt/saymon-extensions/
Remove extension’s files and folders:
rm -rf cas-incidents
Check extensions’ list by navigating your browser to:
https://your_saymon_address/extensions
Release notes
v.1-beta – 2023/02/17
Initial release.