We can modify the maximum size limit of the files that we upload through Pandora FMS console, to do this we should edit the following file:
/etc/php5/apache2/php.ini
Modifying the line (where XXX
is the size):
upload_max_filesize XXX
After making the change we must restart the Apache server process to update the changes made:
/etc/init.d/apache2 restart
or
service httpd restart
- In case you do not let us upload a file to a collection in Pandora FMS console we will have to go to the menu Setup -> Setup -> Enterprise. Inside this menu we will find the “Collection size” token that we will have to modify to allow us to upload larger files.
- See also: “Installing and updating PHP 7“.