glpi | Free Asset and IT Management Software package | Configuration Management library
kandi X-RAY | glpi Summary
kandi X-RAY | glpi Summary
GLPI stands for Gestionnaire Libre de Parc Informatique is a Free Asset and IT Management Software package, that provides ITIL Service Desk features, licenses tracking and software auditing. Moreover, GLPI supports many plugins that provide additional features.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- Initialize import rules .
- Give an item to an item
- Simulate a transfer .
- Get the dropdown value
- Construct entry values
- Get data for an object
- Show user preferences
- Show help options for edit
- Get history data
- Show config form
glpi Key Features
glpi Examples and Code Snippets
Community Discussions
Trending Discussions on glpi
QUESTION
I have to automatically generate a csv file of database tables from mariadb server to a linux server. Using maraidb 10.2.33
I created an event in mariadb but I could not find any files generated in the linux server.
my code:
...ANSWER
Answered 2022-Jan-26 at 05:55Make sure that the event scheduler is enabled. If not, enable it with
set global_event_scheduler=ON
or add the option to your configuration file.Make sure that the user under which MariaDB is running, has permissions to write to the specified location. In your example writing to
/data_computers2.csv
will require that MariaDB server is running as root (you can specify./data_computer2.csv
so the file will be written to the data directory of MariaDB server).Open the error log and check why the event wasn't executed successfully.
QUESTION
Ensuring it needs to run every minute, what is the difference between these three commands?
...ANSWER
Answered 2020-Aug-12 at 14:34Those three crontab schedule expressions are all equivalent.
*
indicates "run every minute"
*/1
indicates "every minute that is divisible by 1" (so, every minute). Something like */2
would run every other minute.
0-59/1
indicates "at every minute from 0 to 59 that is divisible by 1, run. It's the same as 0-59
.
https://crontab.guru/ is pretty great for translating crontab schedule expressions to plain English.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install glpi
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page