munin_core.info 504 B

1234567891011121314151617
  1. ; @file
  2. ; Drupal core instrumentation for Munin API: module manifest
  3. ;
  4. ; @copyright (c) 2011-2019 Ouest Systèmes Informatiques
  5. ;
  6. ; Licensed under the General Public License version 2 or later.
  7. name = "Munin Core"
  8. description = "Core Drupal information collector for Munin"
  9. package = Administration
  10. core = 7.x
  11. php = 7.1
  12. ; Technically, there is no dependency. However, this collector is useless
  13. ; without the main Munin API module, so better mark the latter as a dependency.
  14. dependencies[] = munin_api