Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
tjyang opened this issue Oct 7, 2019 · 1 comment
Open

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

tjyang opened this issue Oct 7, 2019 · 1 comment

Comments

@tjyang
Copy link

tjyang commented Oct 7, 2019

image

  • I tried following and restart httpd but it won't help.
[me@nagios01 ~]$ grep ^nagios_url /etc/adagios/adagios.conf
nagios_url = "https://mynagios.com/nagios"
[me@nagios01 ~]$

@tjyang
Copy link
Author

tjyang commented Oct 16, 2019

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>.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant