opinkerfi / adagios

Adagios - Web Based Nagios Configuration
GNU Affero General Public License v3.0
330 stars 75 forks source link

Adagios email: how to prefix the correct Nagios URL ? #657

Open tjyang opened 5 years ago

tjyang commented 5 years ago

image

[me@nagios01 ~]$ grep ^nagios_url /etc/adagios/adagios.conf
nagios_url = "https://mynagios.com/nagios"
[me@nagios01 ~]$
tjyang commented 5 years ago

My current workaround solution on line 19 of misc_mail_objectlist.html

For more information, click <a href="{% url 'adagios.status.views.problems' %}" style="color: #08c;text-decoration: none;">here</a>.

After, adding "https://nagios01.test.com/"

For more information, click <a href="https://nagios01.test.com/{% url 'adagios.status.views.problems' %}" style="color: #08c;text-decoration: none;">here</a>.