Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
monitor:syslog [2010/05/25 19:31] – digitalman | monitor:syslog [2024/12/16 01:18] (current) – [Monitoring] add a Darwin/macOS example use of 'log' digital man | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== | + | ====== |
- | ===== Monitoring Node Status ===== | + | Synchronet for *nix-like OSes can send its server and services output to your system' |
- | $watch /sbbs/exec/node list | + | |
- | < | + | $ sbbs syslog |
- | Every 2.0s: /sbbs/exec/node list | + | |
- | Synchronet Node Display/ | + | ===== Configuring ===== |
- | Node 1: User #1 posting message | + | The syslog functionality is configurable |
- | Node 2: Waiting for connection | + | |
- | Node 3: Waiting for connection | + | |
- | Node 4: Waiting for connection | + | |
- | Node 5: Waiting for connection | + | |
- | Node 6: Waiting for connection | + | |
- | Node 7: Waiting for connection | + | |
- | Node 8: Waiting for connection | + | |
- | Node 9: Waiting for connection | + | |
- | Node 10: Waiting for connection | + | |
- | </code> | + | |
- | ==== Monitoring Log Messages ==== | + | You can further configure your syslog output (e.g. directories and filenames) through the setup of your system' |
- | | + | ===== Monitoring ===== |
+ | The '' | ||
+ | | ||
+ | |||
+ | If you're using **systemd** to start and control '' | ||
+ | $ journalctl --follow -u sbbs | ||
+ | |||
+ | Another option for systemd systems is to use '' | ||
+ | $ sudo watch systemctl status sbbs | ||
| | ||
- | ===== Monitoring Socket Usage ===== | + | An alternative tool to actively monitor log files is the '' |
- | $watch 'netstat | + | |
+ | $ sudo lnav / | ||
+ | |||
+ | On Darwin/ | ||
+ | |||
+ | $ log stream | ||
===== See Also ===== | ===== See Also ===== | ||
* [[: | * [[: | ||
+ | * [[: | ||
- | {{tag> | + | {{tag> |
{{indexmenu_n> | {{indexmenu_n> |