avaya:sbce:monitoring
This is an old revision of the document!
PRTG Monitoring Script
Add Service Account
useradd -m prtg passwd prtg
GRANT SQL Access to prtg User
psql -U postgres -d sbcedb CREATE USER prtg WITH PASSWORD 'xxxxxxxxxxxxxxxx'; GRANT EXECUTE ON ALL FUNCTIONS IN SCHEMA public TO prtg; GRANT CONNECT ON DATABASE sbcedb to prtg;
Create Script on SBC Server
avaya/sbce/monitoring.1775030439.txt.gz · Last modified: by reto.buergi
