mirror of
https://github.com/YunoHost-Apps/phplicensewatcher_ynh.git
synced 2024-09-03 19:56:32 +02:00
Fix
This commit is contained in:
parent
84bc4784af
commit
ae4c226838
3 changed files with 20 additions and 9 deletions
|
@ -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.
|
||||
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
|
||||
|
|
10
doc/DESCRIPTION_fr.md
Normal file
10
doc/DESCRIPTION_fr.md
Normal file
|
@ -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
|
|
@ -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
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue