• Report-Manager - Extended Rackreport - Capacity in racks with location

    2
    0 Votes
    2 Posts
    483 Views
    Philipp HörselmannP
    Hi @um3n I'm working on a solution If I'm ready, I will let you know und publish the solution. Cheers, Phil
  • Splunk integration

    2
    0 Votes
    2 Posts
    942 Views
    ThomasWT
    Best practice is use direct connect from Splunk by using API (JSON- RPC) call to I-dot database. https://kb.i-doit.com/pages/viewpage.action?pageId=37355644 .
  • French Translation

    2
    0 Votes
    2 Posts
    420 Views
    Philipp HörselmannP
    Hey @François-Leblanc out of the box i-doit only supports englisch and german languages. Changing the language in the database is not the best solution. It would be better to create custom language files. You will find more informations here : https://kb.i-doit.com/display/en/Localization#Localization-LanguageConstants Best Phil
  • Trouble Ticket System (TTS) config skips URL port

    2
    0 Votes
    2 Posts
    461 Views
    Philipp HörselmannP
    Hey @bmsoft thank you for the hint. If this will be included in further version you can find this in the change logs. Best Phil
  • API add-on bug with password CATG

    bug module api pro open
    2
    0 Votes
    2 Posts
    610 Views
    Philipp HörselmannP
    Hey, unfortunately nobody answered yet... Thank you for the hint. Best Phil
  • Get all items from field

    2
    0 Votes
    2 Posts
    692 Views
    D
    I found it how to get all times with the following code: { "version": "2.0", "method": "cmdb.objects.read", "params": { "filter": { "type_title": "LC__OBJTYPE__OPERATING_SYSTEM" }, "apikey": "2i30sgvmvl", "sort": "ASC" }, "id": "1" }
  • Category from host

    3
    0 Votes
    3 Posts
    891 Views
    D
    @mike-vogel Thanks it works.! I was struggeling with cmdb.object.update, but this was not working ofc. Many thanks. One more question is there are English documentation in pdf?
  • Dialog plus does not show multiple entrys via api

    5
    0 Votes
    5 Posts
    2k Views
    B
    Its no possible in 1.10 to have two different Dialog+ Fields with the same value. This was possible in 1.9 versions though. To reproduce create 2 custom dialog+ fields. For example use "SSH User Groups" und "SSH Server Groups". In "Dialog-Admin" -> "Custom Dialog+" try to enter the same value (e.g. QA) into both. This results in the following error: Error! General error: Following values could not be saved because it would lead to duplicate entries: QA Its possible to enter a numeric "0" into a dialog+ field via api but not via the administration ui.
  • OTRS New Version (6) Support ?

    5
    0 Votes
    5 Posts
    1k Views
    creissC
    You can try translating the website via Google Translate: https://translate.google.de/translate?sl=de&tl=en&js=y&prev=_t&hl=de&ie=UTF-8&u=https%3A%2F%2Fwww.i-doit.com%2Fprodukte%2Fadd-ons%2F&edit-text=&act=url There you can find the Add-ons and names of the vendors. Kind regards, Christian
  • Idoit created world writeable files in web temp directory

    2
    0 Votes
    2 Posts
    594 Views
    bheisigB
    Thanks for your bug report. I filed an issue in our bug tracker. This should be fixed in one of the next i-doit releases. Tip: i-doit pro users may use our help center to keep track of assigned issues.
  • Changing Language in json api

    5
    0 Votes
    5 Posts
    2k Views
    C
    This works like a charm. I was wondering the same thing. Thanks.
  • Getting all objects assigned to a person

    3
    0 Votes
    3 Posts
    869 Views
    B
    Thnks for your replay Its OK.
  • How can i design new theme for i-doit?

    3
    0 Votes
    3 Posts
    2k Views
    creissC
    Hey, Not sure if this is helpful, but currently we are working on an Add-on to let the users customize the design. It's not making i-doit responsive and doesn't make the structure itself changeable but it makes all the colors customizable. I added two screenshots of the current beta. If you are interested in it, please let me know. Kind Regards, Christian [image: 1579_design%20add-on1.png] [image: 1581_design%20add-on2.png]
  • OCS Import - software assignment not imported

    4
    0 Votes
    4 Posts
    2k Views
    creissC
    You are welcome.
  • How can i make my own ticketing system?

    3
    0 Votes
    3 Posts
    915 Views
    dkirstenD
    The esxisting implementations use the API to access i-doit objects and either store them in the ticket system or store a link to them. The ticket category within i-doit can be extended, but you have to write your own code. If you are interested in details, feel free to contcat me via PM.
  • OCS Import - Ignored Software NOT recognized

    2
    0 Votes
    2 Posts
    882 Views
    dkirstenD
    Thanks, just as I wrote in the other thread, it's implemented in 1.8.3.
  • Updating objects inner items

    2
    0 Votes
    2 Posts
    949 Views
    bheisigB
    Hi, you may find the API documentation in our knowledge base. Additionally, there are two useful links mentioned in this article: a PDF file with information about each RPC method (a little bit outdated). And a link to information about each category: https://your-i-doit-instance.example.org/index.php?load=api_properties Benjamin
  • PHP i-doit API Client "Creating is not possible here."

    3
    0 Votes
    3 Posts
    825 Views
    B
    Thank you so much,You saved my day!
  • Code39 Barcode is not working

    4
    0 Votes
    4 Posts
    953 Views
    dkirstenD
    Hi, 1.8.1 is planned to be released at Wednesday, 30.11.
  • PHP i-doit API Client not working

    2
    0 Votes
    2 Posts
    1k Views
    bheisigB
    Hi, It seems that this could be an issue within the API client. So this has nothing to do with i-doit itself. I recommend to raise a new issue. While doing so please post some more information, e. g.: API client version Complete output of make initialize Used PHP version and operating system I am able to reproduce your second error with the latest version of the API client and PHP 7.0.8 (Ubuntu 16.10). Greetings, Benjamin