-
-
Notifications
You must be signed in to change notification settings - Fork 629
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
Send Update Notifications Only Option Broken #338
Comments
@NRay7882 I can absolutely understand the behaviour. This also happens with my installation. I also tried a fresh install to eliminate config errors. |
Same issue happenes on me. I am using 0.80.69 |
@hunterlong Hi there, I noted that you have already reply to many other issues which were reported later than this one. I really do not know why you ignore this issue. |
Same problem here; running Statping 0.80.71. |
@rogierlommers Seriously? 0.80.71? The latest is 0.80.70, isn't it? |
No, I'm running the latest docker |
@rogierlommers Wow I did not expect that docker has the newer version. I am always using the binary version. You make me wanna change to the docker version HAHA 😂 |
Can confirm this is still happening. It also wipes out the @hunterlong Could we have variables in the config.yml to hard-define footer/timezone? Setting |
I'm the developer of this Issue. First of all can you guys please send the Error/ Debug log which the Server produces? |
Why would you like to "hard code" this Code? |
Oh for sure, it's just a workaround but it does solve #3 as these settings aren't persistent at the moment. |
What has this to do with Issue #3? Since it handles about the Plugin System/ Documentation. |
I can also confirm that this happens. Also it seems to mess with the groups: I cannot create new ones:
Using the latest docker image |
@schemen can you also please provide your (debug) logs? This would be really helpful. |
@l0nax Could you elaborate how to enable debug logs? is it via Env variable VERBOSE? a certain level? |
Hi, I do not have much time to provide a direct patch, but these types of problems usually have the same pattern. So I took a quick look at this. As I thought both forms call the same action In source/tmpl/settings.gohtml
And if I'm right the handler is in handlers/settings.go After the line 39:
There is the Error! When e.g. the "notification" form (line 168 in the template) calls the handler, the fields for "description" is not there... it's empty and the code
reads:
And that's why it gets deleted. Quick solution: use a second handler for the notification page, e.g. "settings2". Hope that helps. May be I find some time for a patch in the next week. But if someone should be faster than me, I would like that very much. |
Any ETA on a fix for this or is there a workaround? |
@ksarnelli As you can see above I opened a pull request with a bug fix patch. Don‘t know why it takes so long to merge it. Didn‘t get a response from the maintainers yet. @hunterlong could you please take a view on this. My Mailboxes get flooded with status messsges. We need this (or another) fix as soon as possible. Many thanks in advance. |
@kuetemeier To be honest, I sent him an email once, and he never reply to me. The issues I reported also like this. Really do not know why these take so long. My mailbox also flooded with the status messages. Thank you in advance for a click to merge. @hunterlong |
Any update on merging #361 ? |
nope... no response |
I also asked in the Slack channel over a week ago and got no response there either. |
This issue hasn't had any updates in a while. If this is still a problem, please create a new issue. |
This is not stale. |
This issue hasn't had any updates in a while. If this is still a problem, please create a new issue. |
Using the option to "Only notify one time when service hits an error" causes no down / offline notifications to be sent to Slack, so unless I constantly check the dashboard vs the Slack alerts I cannot tell which services are actually down. Referenced in #470 |
Currently running v0.90.54, while the original issue of the Settings UI becoming blank is no longer an issue, the feature itself still has a problem with sending Slack notifications. As previously mentioned, any of our services configured to use |
I can confirm this behaves the same way with Pushover. |
This issue hasn't had any updates in a while. If this is still a problem, please create a new issue. |
Describe the bug
Using v0.80.67, one of the new features in Main Settings is Notifications. Attempting to use this module by enabling it breaks the default configuration and leaves the feature disabled.
To Reproduce
Steps to reproduce the behavior:
/settings#v-pills-notifications
.Expected Behavior
The setting should stay enabled and allow the sending of notifications only when the status of a services changes.
Screenshots
The text was updated successfully, but these errors were encountered: