attaching confs to an object?
-
Hi guys,
its me again.
Quick question.
Is it possible to upload for example firewall configurations and attach them to the object in i-Doit?
We have here running about 15 barracuda firewalls with different configuration files.
And want to attach them to an object, will this be possible?This is to have the backup directly available. For example if we need to replace one firewall, we directly have the correct configuration file in iDoit.
-
Hello all,
i found it where i can upload files.
but it was not on all categories available, so i needed to add it (called files)
now my question is how to increase the file size? its now 128mb, i want to do it at 200mb should be enough.
we are using XAMPP, so i cannot use linux commands.
i found something in XAMPP php.ini file
;;;;;;;;;;;;;;;;
; File Uploads ;
;;;;;;;;;;;;;;;;; Whether to allow HTTP file uploads.
; https://php.net/file-uploads
file_uploads=On; Temporary directory for HTTP uploaded files (will use system default if not
; specified).
; https://php.net/upload-tmp-dir
upload_tmp_dir="C:\xampp\tmp"; Maximum allowed size for uploaded files.
; https://php.net/upload-max-filesize
upload_max_filesize=40Mbut i-Doit says 128mb, so its not the same right?
-
i also checked the second thing:
upload_max_filesize = 128M i changed it to upload_max_filesize = 250Mstill showing
Choose a file from your PC to upload it to i-doit. Max. filesize: 128.00 MB -
Hi
Cannot help with the filesize.
But think twice about handling files with i-doit. I find it very cumbersome and time consuming.
My suggestion:
Automate the export to a folder.
Optional: provide access to this folder via a webserver
Link from i-doit to this fodler.Regards
Leo -
@leobaer said in attaching confs to an object?:
Hi
Cannot help with the filesize.
But think twice about handling files with i-doit. I find it very cumbersome and time consuming.
My suggestion:
Automate the export to a folder.
Optional: provide access to this folder via a webserver
Link from i-doit to this fodler.Regards
LeoWe have an file server running, so that would be the best solution? So not to store Windows pre-build config images/barracuda config files on i-Doit?
I tried the external File-Link i added like this: Z:\i-doit-test config,
its an fileserver share, but it does not work. so there should be something else?