~shinken-dev/shinken/trunk

« back to all changes in this revision

Viewing changes to etc/modules/import_glpi.cfg

  • Committer: naparuba
  • Date: 2013-07-17 14:51:30 UTC
  • Revision ID: git-v1:7b373da65e841d91bb9e74fe42aecb88b22884d2
Enh: remove the AWS, GLPI and MySQL import modules from the core repo.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
## Module:      GLPI
2
 
## Loaded by:   Arbiter
3
 
# It loads configuration from GLPI web application.
4
 
# All configuration read from the DB will be added to those read from the
5
 
# standard flat files. -- Be careful of duplicated names!
6
 
# GLPI needs Webservices and Monitoring plugins installed and enabled.
7
 
define module {
8
 
    module_name     GLPI
9
 
    module_type     glpi
10
 
    uri             http://localhost/glpi/plugins/webservices/xmlrpc.php
11
 
    login_name      glpi
12
 
    login_password  glpi
13
 
    tag             
14
 
}