|
Revision 3010, 416 bytes
(checked in by jmathis, 17 months ago)
|
|
menage d'automne !:)
|
| Line | |
|---|
| 1 | <? |
|---|
| 2 | $module_conf['statusmap']["name"] = "statusmap"; |
|---|
| 3 | $module_conf['statusmap']["rname"] = "Nagios Status Map"; |
|---|
| 4 | $module_conf['statusmap']["mod_release"] = "1.1"; |
|---|
| 5 | $module_conf['statusmap']["is_removeable"] = "1"; |
|---|
| 6 | $module_conf['statusmap']["author"] = "wistof <wistof@free.fr>"; |
|---|
| 7 | $module_conf['statusmap']["lang_files"] = "1"; |
|---|
| 8 | $module_conf['statusmap']["sql_files"] = "1"; |
|---|
| 9 | $module_conf['statusmap']["php_files"] = "0"; |
|---|
| 10 | ?> |
|---|