graylog-labs / graylog2-web-interface

[DEPRECATED]
https://www.graylog.org/
612 stars 174 forks source link

Handle update notifications differently #1147

Closed edmundoa closed 8 years ago

edmundoa commented 9 years ago

It is important to let current users know there is an update on Graylog, but at the moment we display it in the same way as other "more important" notifications, which sometimes may be confusing and annoying.

We should find some balance on it, maybe not showing the notification badge for the update notification, or do it with a different frequency.

adnan-panalytics commented 8 years ago

Till the time this issue is resolved, is there any way to disable notifications? (Especially the graylog is outdated notification, as it is quite annoying every day to deal with it when there are more important notifications which need attention)

joschi commented 8 years ago

@adnan-panalytics No, notifications cannot be disabled.

cygnusb commented 8 years ago

This is really annoying. In production we do not want to update to every new version. In other software a config option is quite common to disable such notifications. It would be nice to have such an option in graylog.

joschi commented 8 years ago

@cygnusb You can disable the version check itself by adding the following setting to your Graylog server configuration:

versionchecks = false
florianpopp commented 8 years ago

Closing this, as the version check can be disabled in the configuration, as @joschi pointed out.

techallan commented 8 years ago

Hi @joschi ,

Is it enough to just add:

versionchecks = false

in the "server.conf" file and restart the server service?

joschi commented 8 years ago

@techallan If you want to disable the version checks completely (not recommended), that's the way to go.

Henriquezla commented 7 years ago

Hello guys. I know this is an old topic but didn't get info elsewhere. I tried what @joschi suggested above but it doesn't work. I still getting new version notifications. Any clues?

joschi commented 7 years ago

@Henriquezla We are using GitHub issues for tracking bugs in Graylog itself, but this doesn't look like one. Please post this issue to our discussion forum or join the #graylog channel on freenode IRC.

Thank you!