Search found 5 matches

by jlums
Fri Jan 23, 2015 1:19 pm
Forum: Nagios Fusion
Topic: Can't Update Account Settings - Default theme not specified
Replies: 4
Views: 1842

Re: Can't Update Account Settings - Default theme not specif

I think I may have identified the issue. In /usr/local/nagiosfusion/html/account/main.php Its checking for a default theme value in this code: if(have_value($default_theme)==false) $errmsg[$errors++]=$lstr['BlankDefaultThemeError']; If I comment out these lines, it saves fine. Can you verify if this...
by jlums
Fri Jan 23, 2015 1:00 pm
Forum: Nagios Fusion
Topic: Can't Update Account Settings - Default theme not specified
Replies: 4
Views: 1842

Re: Can't Update Account Settings - Default theme not specif

I'm running version 2014R1.0

Any thoughts?
by jlums
Thu Jan 22, 2015 4:59 pm
Forum: Nagios Fusion
Topic: Can't Update Account Settings - Default theme not specified
Replies: 4
Views: 1842

Can't Update Account Settings - Default theme not specified

I'm having an issue with Users/Admins saving updates to their Account Settings. Whenever we click the Update Settings button we get the following error: "Default theme not specified." This happens on both User & Admin accounts. I can successfully save changes when I access the account ...
by jlums
Wed Jan 07, 2015 5:17 pm
Forum: Nagios XI
Topic: Hyperlinks broken in Nagios XI
Replies: 3
Views: 703

Re: Hyperlinks broken in Nagios XI

tmcdonald wrote:What version of XI is this on? And what is the exact and full output of the script running?
I figured it out as soon as I posted. I had my single and double quotes screwed up in the script.
by jlums
Wed Jan 07, 2015 4:48 pm
Forum: Nagios XI
Topic: Hyperlinks broken in Nagios XI
Replies: 3
Views: 703

Hyperlinks broken in Nagios XI

Something odd is happening to all of my hyperlinks in Nagios XI. A script is outputting a hyperlink in the status of a service. Here is what Nagios XI gives me for the hyperlink: http://10.5.70.21/nagiosxi/includes/components/xicore/'http://10.8.34.38/#' The path it should be givin...