mirror of
https://codeberg.org/cunicu/cunicu.git
synced 2025-10-31 05:46:18 +08:00
27 lines
519 B
Markdown
27 lines
519 B
Markdown
## wice monitor
|
||
|
||
Monitor the ɯice daemon for events
|
||
|
||
```
|
||
wice monitor [flags]
|
||
```
|
||
|
||
### Options
|
||
|
||
```
|
||
-h, --help help for monitor
|
||
-s, --socket string Unix control and monitoring socket (default "/var/run/wice.sock")
|
||
```
|
||
|
||
### Options inherited from parent commands
|
||
|
||
```
|
||
-l, --log-file string path of a file to write logs to
|
||
-d, --log-level string log level (one of "debug", "info", "warn", "error", "dpanic", "panic", and "fatal") (default "info")
|
||
```
|
||
|
||
### SEE ALSO
|
||
|
||
* [wice](wice.md) - ɯice
|
||
|