Details |
Last modification |
View Log
| RSS feed
| Rev |
Author |
Line No. |
Line |
| 3 |
- |
1 |
# this list of module will be loaded by the agent at run time
|
|
|
2 |
# to check its syntax do:
|
|
|
3 |
# $perl modules.conf
|
|
|
4 |
# You must have NO error. Else the content will be ignored
|
|
|
5 |
# This mechanism goal it to keep compatibility with 'plugin'
|
|
|
6 |
# created for the previous linux_agent.
|
|
|
7 |
# The new unified_agent has its own extension system that allows
|
|
|
8 |
# user to add new information easily.
|
|
|
9 |
|
|
|
10 |
use Ocsinventory::Agent::Option::Download;
|
|
|
11 |
|
|
|
12 |
# DO NO REMOVE the 1;
|
|
|
13 |
1;
|