Projet

Général

Profil

Paste
Télécharger au format
Statistiques
| Branche: | Révision:

root / plugins / mpd @ 829bab48

# Date Auteur Commentaire
829bab48 2021-01-17 13:51 ToM

mdpstats_: use 'stats' instead of 'version' in autoconf.

As of v0.21.4 version of the MPD command protocol, it seems that the
`version` command is not valid:

$ echo version | /bin/nc localhost 6600
OK MPD 0.21.4
ACK [5@0] {} unknown command "version"...
9cef55a3 2018-09-16 09:17 Lars Kruse

Restructure incomplete or broken "autoconf" implementations

Some plugins with non-zero autoconf exitcodes (it must be zero instead)
deserved a bit of code cleanup for improved readability.

989f09e6 2018-03-23 23:03 Lars Kruse

rename plugin example graphs for plugin gallery visualization

Some example graphs did not follow the naming convention required by the
plugin gallery.

f41b6861 2017-02-22 18:15 dipohl

Category Tree: Reduce number of categories
monit -> munin
nova -> cloud (nova)
powermta -> mail (powermta)
redis -> search (redis) and system (redis)

09d9f32e 2016-10-22 07:43 Lars Kruse

[mpdstats_] allow unconfigured usage (all stats)

380c4a9e 2016-10-22 07:41 Lars Kruse

[mpdstats_] use 'which' for finding 'nc'

d6ea0c92 2016-10-22 07:17 Lars Kruse

[mpdstats_] remove "-q" from netcat call (Closes: 576)

e5780b2c 2015-01-31 08:56 ToM

mpdstats_: fix example documentation.

238aaf5d 2012-11-06 06:37 ToM

New plugin: mpdstats_.