Trends Broken in 4.1.1

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
DiegoAnjos
Posts: 49
Joined: Thu Feb 14, 2013 9:32 am

Re: Trends Broken in 4.1.1

Post by DiegoAnjos »

I just hid it by changing the file common.css

Include these lines so the bar will not be shown:

Code: Select all

img[title="Host State Trends"] {
    display: none;
}

Code: Select all

img[title="Service State Trends"] {
    display: none;
}
I know thats not exactly a solution, but at least the unloaded shotcut/image will not bother you anymore.
User avatar
hsmith
Agent Smith
Posts: 3539
Joined: Thu Jul 30, 2015 11:09 am
Location: 127.0.0.1
Contact:

Re: Trends Broken in 4.1.1

Post by hsmith »

Thanks @DiegoAnjos!

Since we have not heard back from OP, I am going to go ahead and close this post. Please open a new one if you continue to have issues.
Former Nagios Employee.
me.
Locked