Advertisement
Guest User

Untitled

a guest
May 29th, 2017
243
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.18 KB | None | 0 0
  1. # OCS Inventory server
  2. # server=http://yourserver/ocsinventory
  3. # FusionInventory for GLPI
  4. #server=http://ipduserveur/glpi/plugins/fusioninventory/front/plugin_fusioninventory.communication.php
  5. # FusionInventory for GLPI with AD auth
  6. #server=http://DOMAINEAD\utilisateur:motdepasse@ipduserveur/glpi/plugins/fusioninventory/front/plugin_fusioninventory.communication.php
  7. # OCS Inventory server with SSL
  8. # server=https://yourserver/ocsinventory
  9. server=http://xxxx/glpi/plugins/fusioninventory/front/plugin_fusioninventory.communication.php
  10.  
  11. # Store inventory in a local directory
  12. local=/tmp
  13.  
  14. # Agent's logfile
  15. logfile=/var/log/fusioninventory.log
  16.  
  17. # Max log file size. Useful if the system has no log
  18. # rotation mechanism
  19. logfile-maxsize=0
  20.  
  21. # Time in second before the first agent execution
  22. delaytime=30
  23.  
  24. # Debug mode (0)
  25. debug=0
  26. # Save in HTML the inventory requested by --local (0)
  27. html=0
  28.  
  29. # Network options
  30. # proxy address. e.g: http://user:pass@proxy:port ()
  31. proxy=
  32. # realm for server HTTP auth. e.g: 'Restricted Area' ()
  33. realm=
  34. # user name to use for server auth
  35. user=
  36. # password for server auth
  37. password=
  38.  
  39. # SSL certificat directory ()
  40. ca-cert-dir=
  41. # SSL certificat file ()
  42. ca-cert-file=
  43.  
  44. #Disable options:
  45. # Do not deploy packages or run command (0)
  46. no-ocsdeploy=0
  47. # Do not generate inventory (0)
  48. no-inventory=0
  49. # Do not return printer list in inventory 0)
  50. no-printer=0
  51. # Don't allow remote connexion (0)
  52. no-socket=0
  53. # Do not return installed software list (0)
  54. no-software=0
  55. # Do not check the SSL connexion with the server (0)
  56. no-ssl-check=0
  57. # Do not use wakeonlan function (0)
  58. no-wakeonlan=0
  59. # Do not use snmpquery function (0)
  60. no-snmpquery=0
  61. #Do not use netdiscovery function (0)
  62. no-netdiscovery=0
  63.  
  64. #Extra options:
  65. # Set a max delay time of one inventory data collect job (180)
  66. backend-collect-timeout=180
  67. # Indicate the directory where should the agent store its files
  68. #basevardir=/var/lib/fusioninventory-agent
  69. # Use color in the console (0)
  70. color=0
  71. # Detach the agent in background (0)
  72. daemon=1
  73. # Daemon but don't fork in background (0)
  74. daemon-no-fork=0
  75. # Set a max delay time (in second) if no PROLOG_FREQ is set (3600)
  76. delaytime=3600
  77. # Search for Backend mod in ./lib only (0)
  78. devlib=0
  79. # Do not load Perl lib from PERL5LIB and PERLIB environment variable (0)
  80. disable-perllib-envvar=0
  81. # Always send data to server (Don't ask before) (0)
  82. force=0
  83. # Verbose mode (1)
  84. info=1
  85. # Do not contact the server more than one time during the PROLOG_FREQ (0)
  86. lazy=0
  87. # Logger you want to use, can be Stderr,File or Syslog (Stderr)
  88. logger=Stderr
  89. # Ip of the interface to use for peer to peer exchange, default ALL
  90. rpc-ip=
  91. # Port of the RPC, default 62354
  92. rpc-port=62354
  93. # Allow local users to http://127.0.0.1:62354/now to force an inventory
  94. rpc-trust-localhost=xxxx
  95. # Permit to scan home user directories (0)
  96. scan-homedirs=0
  97. # Path to the directory where are stored the shared files (./share)
  98. share-dir=./share
  99. # Do not write or post the inventory but print it on STDOUT
  100. stdout=0
  101. # Use TAG as tag () Will be ignored by server if a value already exists
  102. tag=
  103. # Wait during a random periode between 0 and DURATION seconds before contacting server ()
  104. wait=
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement