-
Documentation & bug reporting acknowledgmentYes, I read it Describe your problemHi, I would like to know more about the possible parameters for the database inventory. I found this: https://glpi-agent.readthedocs.io/en/latest/man/glpi-agent.html#inventory-task-specific-options
I'm having a bit of trouble making an inventory of an oracle base on windows, thx |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi @b-keller sorry, this option is not well documented and actually you'll have to check the code to know what parameters can be used for each kind of database and how they are used. To answer your questions:
You may be interested by this plugin which permits to manage databases credentials server-side: https://plugins.glpi-project.org/#/plugin/databaseinventory Maybe this plugin can be the right solution for your Oracle case on windows. Otherwise, you may have to escape some charaters on the commandline option. and the credentials will be used with sqlplus command. |
Beta Was this translation helpful? Give feedback.
-
@g-bougard
it works I'll try Database inventory plugin to manage credentials in glpi thx |
Beta Was this translation helpful? Give feedback.
@g-bougard
ok, so I searched and found the missing parameter
--credentials=use:oracle,type:login_password,login:myuser,password:mypassword,host:servicename
it works
I'll try Database inventory plugin to manage credentials in glpi
thx