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

homepage #1001

Open
marchidaniele opened this issue Oct 30, 2024 · 6 comments
Open

homepage #1001

marchidaniele opened this issue Oct 30, 2024 · 6 comments

Comments

@marchidaniele
Copy link

Hi,

after upgrade 4.5.7 homepage is change. Where's the old page with pid and other info? Why background left panel is black?

image

Is it intentional? Because there is no mention in the changelog.
Do you have any idea how to restore the situation?

@ericloyd
Copy link

Because Nagios Enterprises is converging the interface code from Nagios XI's Neptune theme with Nagios Core. I expect a lot of unannounced changes like this in the near future.

@tsadpbb
Copy link
Contributor

tsadpbb commented Oct 30, 2024

The changelog line is * Update Exfoliation theme (Dylan Anderson)

I'll see what I can do about the pid and adding a light mode (no promises) but the other links and their removal were intentional.

@ericloyd
Copy link

ericloyd commented Nov 1, 2024

That is correct that the changelog indicates that the change was made, but there was no indication prior to the update that this change was going to be made in the first place. Mucking about with Nagios Core interface is a dangerous edge to traverse. Lots of people use Nagios Core because they have used it for years with a basically unchanging interface and they know exactly where everything is. Making a change to the interface and making it the default is not a good look. It should be an option that can be chosen, and it should be easy to go back to the previous interface if desired.

@marchidaniele
Copy link
Author

That is correct that the changelog indicates that the change was made, but there was no indication prior to the update that this change was going to be made in the first place. Mucking about with Nagios Core interface is a dangerous edge to traverse. Lots of people use Nagios Core because they have used it for years with a basically unchanging interface and they know exactly where everything is. Making a change to the interface and making it the default is not a good look. It should be an option that can be chosen, and it should be easy to go back to the previous interface if desired.

Totally agree. Please, consider our requests. @tsadpbb

@GregOriol
Copy link

I'd like to be able to go back to the normal color scheme for Nagios too

@GregOriol
Copy link

As a quickfix it is possible to change the following items in the common.css (located at /usr/local/nagios/share/stylesheets/common.css on ubuntu):

  1. replace :root section:
:root {
  --background: #ffffff;
  --foreground: #000000;
  --primary: #4D89F9;
  --secondary-foreground: #2c251a;
  --muted-foreground: #756d5e;
  --border: #d7cfc1;
  --input: #f2efeb;
  --radius: 0.3rem;
}
  1. also add a background color to the logo:
.navbarlogo {
  margin-bottom: 10px;
  background-color: #000;
}

dylan-at-nagios added a commit that referenced this issue Nov 15, 2024
* Add back pid and add styling for update checks

* improve styling and layout

---------

Co-authored-by: dylan-at-nagios <[email protected]>
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

4 participants