notify_push
notify_push copied to clipboard
Add `--output json` to `notify_push:metrics`
How to use GitHub
- Please use the 👍 reaction to show that you are interested into the same feature.
- Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
- Subscribe to receive notifications on status change and new comments.
I just discovered the notify_push:metrics subcommand and thinking about adding the metrics to a Zabbix-based Nextcloud monitoring dashboard that I have developed.
Would it make sense to add the --output json flag to this command? Parsing and transforming into JSON can be done by any scripting language, but as it is widely supported by other occ commands, I thought it made sense to add it here.