add syslog notifications #32
wallacebrf
started this conversation in
Ideas
Replies: 1 comment
-
|
Yep. 7 of my scripts use synologset1 to log auto update errors. You can log info, warn and err. The 0x11100000 is a key name from There are 7 others (at the top of the file) that allow logging your own messages but they appear to have been left there by a Synology developer so we can't trust they'll still exist in future DSM updates. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
you could add syslog notifications using
/usr/syno/bin/synologset1 sys err 0x11100000 "YOUR TEXT HERE"i forget what the "0x11100000" does, but the "err" is for a syslog error, but you should be able to do warnings and info submissions as well.
Beta Was this translation helpful? Give feedback.
All reactions