https://github.com/bodsch/check_empy
monitoring check for emby server
https://github.com/bodsch/check_empy
emby-api emby-server icinga2 icinga2-plugin monitoring monitoring-plugins nagios nagios-plugin nrpe-plugin
Last synced: 7 months ago
JSON representation
monitoring check for emby server
- Host: GitHub
- URL: https://github.com/bodsch/check_empy
- Owner: bodsch
- License: apache-2.0
- Created: 2020-11-25T05:12:30.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-12-09T04:50:29.000Z (over 4 years ago)
- Last Synced: 2025-01-09T05:38:33.678Z (about 1 year ago)
- Topics: emby-api, emby-server, icinga2, icinga2-plugin, monitoring, monitoring-plugins, nagios, nagios-plugin, nrpe-plugin
- Language: Shell
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This should be an monitoring plugin to check a [emby media server](https://emby.media/).
Should work with icinga2 or nagios.
# available checks
## version
```
$ ./check_emby -H emby-server --check version --api ${API_KEY}
```
## update
```
$ ./check_emby -H emby-server --check update --api ${API_KEY}
```
## now playing
```
$ ./check_emby -H emby-server --check nowplaying --api ${API_KEY}
```