GLPI is the Information Resource-Manager with an additional Administration- Interface. You can use it to build up a database with an inventory for your company (computer, software, printers…). It has enhanced functions to make the daily life for the administrators easier, like a job-tracking-system with mail-notification and methods to build a database with basic information about your network-topology.
The principal functionalities of the application are :
the precise inventory of all the technical resources. All their characteristics will be stored in a database.
management and the history of the maintenance actions and the bound procedures. This application is dynamic and is directly connected to the users who can post requests to the technicians. An interface thus authorizes the latter with if required preventing the service of maintenance and indexing a problem encountered with one of the technical resources to which they have access.
# config show glpi
glpi=configuration
Name=glpi #change it for another web alias
access=private #public/private
status=enabled #enabled/disabled the web access
Just installed, but 403 Forbidden: You don’t have permission to access /glpi on this server.
Newbie questions: I have installed on a machine which is in DMZ Zone. So, where is located the config file or, which are the CLI commands to change the access from private to public or better, to have access from both?
And ofcourse, can you made a jail for GLPI in F2B?
I tried three installations and I never crashed the myqsld service…I don’t understand :’( what it occurs on your side
But but you are right that
[root@NS7DEV2 ~]# cat /etc/cron.d/glpi
# GLPI core
# Run cron to execute task even when no user connected
* * * * * apache /usr/bin/php /usr/share/glpi/front/cron.php
Thank you for your answers.
I’m driving home now but I’m sure that sql is working because on the same server I have also oSTicket and it works.
I will check again after about one hour and I will give you all the answers.
I did the following when I have installed osTicket and I changed the root password for sql but isn’t the password that I found now!
Is this the correct way, isn’t?
Reset MariaDB (MySQL) root password:
a. # systemctl stop mysqld
b. # mysqld_safe --skip-grant-tables &
c. # mysql -u root
d. > use mysql;
e. > update user SET PASSWORD=PASSWORD(“your_new_password”) WHERE USER=‘root’;
f. > flush privileges;
g. > exit
h. # reboot
(should be “systemctl start mysqld” but after a few seconds, the “mysqld (MySQL database)” service goes to “Stopped”; the reboot was the only way that I knew, to move forward).
Secure MariaDB (MySQL) installation:
a. # mysql_secure_installation
Change the root password? [Y/n] n
Remove anonymous users? [Y/n] y
Disallow root login remotely? [Y/n] y
Remove test database and access to it? [Y/n] y
Reload privilege tables now? [Y/n] y