From ae4c22683898f0e7d488385c8a9b9013a6955440 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 19 Nov 2021 22:17:17 +0100 Subject: [PATCH] Fix --- doc/DESCRIPTION.md | 11 ++++++++++- doc/DESCRIPTION_fr.md | 10 ++++++++++ scripts/install | 8 -------- 3 files changed, 20 insertions(+), 9 deletions(-) create mode 100644 doc/DESCRIPTION_fr.md diff --git a/doc/DESCRIPTION.md b/doc/DESCRIPTION.md index 0d38823..65a115d 100644 --- a/doc/DESCRIPTION.md +++ b/doc/DESCRIPTION.md @@ -1 +1,10 @@ -phpLicenseWatcher is a simple Web frontend to the FlexLM lmstat and lmdiag commands that gives information about the status of FlexLM servers. You can also get information about features and number of licenses available on a particular server. \ No newline at end of file +phpLicenseWatcher is a simple Web frontend to the FlexLM lmstat and lmdiag commands that gives information about the status of FlexLM servers. You can also get information about features and number of licenses available on a particular server. + +### Features + +- Shows the health of a license server or a group of them +- Check which licenses are being used and who is currently using them +- Get a listing of licenses, their expiration days and number of days to expiration +- E-mail alert of licenses that will expire within certain time period ie. within next 10 days. +- Monitors server utilization +- Provides usage charts diff --git a/doc/DESCRIPTION_fr.md b/doc/DESCRIPTION_fr.md new file mode 100644 index 0000000..dfe5a03 --- /dev/null +++ b/doc/DESCRIPTION_fr.md @@ -0,0 +1,10 @@ +phpLicenseWatcher est une interface Web simple aux commandes FlexLM lmstat et lmdiag qui donne des informations sur l'état des serveurs FlexLM. Vous pouvez également obtenir des informations sur les fonctionnalités et le nombre de licences disponibles sur un serveur particulier. + +### Caractéristiques + +- Affiche la santé d'un serveur de licences ou d'un groupe d'entre eux +- Vérifiez quelles licences sont utilisées et qui les utilise actuellement +- Obtenez une liste des licences, leurs jours d'expiration et le nombre de jours avant l'expiration +- Alerte par e-mail des licences qui expireront dans un certain délai, c'est-à-dire. dans les 10 prochains jours. +- Surveille l'utilisation du serveur +- Fournit des tableaux d'utilisation diff --git a/scripts/install b/scripts/install index b90f2f1..42ab634 100644 --- a/scripts/install +++ b/scripts/install @@ -130,14 +130,6 @@ ynh_add_config --template="../conf/sample-config.php" --destination="$final_path chmod 400 "$final_path/config.php" chown $app:$app "$final_path/config.php" - -# # Import DB -ynh_mysql_execute_file_as_root --file="$final_path/phplicensewatcher.sql" --database="$db_name" - -# # Clean Files -# rm -f "$final_path/*.sql" -# rm -f "$final_path/*.md" - #================================================= # SETUP SSOWAT #=================================================