An open API service indexing awesome lists of open source software.

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

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}
```