You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I run promgen following the docs, bootstrap, migrate, check and createsuperuser all run normally
But after run web server, when I access server , it outputs Bad Request (400)
the logs of promgen don't output error
cat .config/promgen/CELERY_BROKER_URL
redis://100.105.240.158:6379/0
cat .config/promgen/DATABASE_URL
mysql://root:[email protected]/promgen
cat .config/promgen/promgen.yml
# Prometheus settings
# These are used for Promgen to automatically trigger a reload on target changes
prometheus:
url: http://100.105.10.77:9090/
# Path to promtool to verify valid rules file
promtool: /usr/local/bin/promtool
# Output rule configuration to this path
rules: /etc/prometheus/promgen.rule.yml
# Output blackbox configuration to this path
blackbox: /etc/prometheus/blackbox.json
# Output target configuration to this path
targets: /etc/prometheus/promgen.json
alertmanager:
url: http://100.105.217.142:9093
# Blacklist labels we want to filter out and prevent
# sending alerts on
blacklist:
severity: ["debug", "blackhole"]
# Sender Configuration Settings
# These match the module path of the plugin itself
promgen.notification.email:
sender: [email protected]
promgen.notification.ikasan:
server: http://ikasan.example
promgen.notification.linenotify:
server: https://notify.example
cat .config/promgen/SECRET_KEY
123456a?
The text was updated successfully, but these errors were encountered:
I run promgen following the docs, bootstrap, migrate, check and createsuperuser all run normally
But after run web server, when I access server , it outputs Bad Request (400)
the logs of promgen don't output error
the config of promgen is right like below
The text was updated successfully, but these errors were encountered: