1234567891011121314151617 |
- ; @file
- ; Munin API for Drupal: module manifest
- ;
- ; @copyright (c) 2011-2019 Ouest Systèmes Informatiques
- ;
- ; Licensed under the General Public License version 2 or later.
- name = "Munin API"
- description = "An API to make modules instrumented for Munin stats"
- package = Administration
- core = 7.x
- php = 7.1
- dependencies[] = advanced_help
- configure = admin/config/munin_api
- ;project status url = http://features.osinet.eu/fserver
|