-
Checklist
VersionGenmon Have you submitted your log files from the About page? Note that outbound email must be working for logs to be submitted.I have not submitted logs What is/are your question(s)?I have configured the slack addon and enabled all the notification options. I don't see any messages being posted in the channel. Am I missing something obvious? Additional informationNo response |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
I have not received your log files. Outbound email must be setup with genmon on the settings page to successfully submit logs. The log file /var/log/genslack.log may contain more info to your issue. |
Beta Was this translation helpful? Give feedback.
-
ok so it looks like it doesn't like the port. If i take out :8000 it gives a green check and am now getting messages in slack channel. Can't click on the title but at least I got it working. Edit - I went into settings and changed the web port to 80; don't have anything else running on the pi so no need for a custom port. |
Beta Was this translation helpful? Give feedback.
-
try changing it back to 8000 and see if that makes a difference. The problem may be that the javacode puts the base URL in the title link box as the default, but if that value never changes it does not write it out (which is a bug). Now that you have changed it, you can change it back to 8000 and it should work (i think). I can not get it to fail on my testing so this is my best guess. If that works for you I can change the defaut title to blank and that should fix it for everyone. Also, the message about a valid URL is just a warning, this was canned code that checks for a value URL, but I can add a check for IP address too. |
Beta Was this translation helpful? Give feedback.
ok so it looks like it doesn't like the port. If i take out :8000 it gives a green check and am now getting messages in slack channel. Can't click on the title but at least I got it working.
Edit - I went into settings and changed the web port to 80; don't have anything else running on the pi so no need for a custom port.