mirror of
https://github.com/YunoHost-Apps/phplicensewatcher_ynh.git
synced 2024-09-03 19:56:32 +02:00
32 lines
1.1 KiB
PHP
Executable file
32 lines
1.1 KiB
PHP
Executable file
<?php
|
|
/* This is an autogenerated phplicensewatcher config-file */
|
|
/* A good commented config-file is included in the distribution (in case you want to modify it manually. */
|
|
$lmutil_loc="/usr/local/bin/lmutil";
|
|
$i4blt_loc="/opt/lum/ls/bin/i4blt";
|
|
$LUM_timeout=4;
|
|
$notify_address="your.email.address@example.com";
|
|
$lead_time=10;
|
|
$disable_autorefresh=0;
|
|
$disable_license_removal=0;
|
|
$collection_interval=15;
|
|
$db_type="mysql";
|
|
$db_hostname="localhost";
|
|
$db_username="yunouser";
|
|
$db_password="yunopass";
|
|
$db_database="yunobase";
|
|
$dsn="mysql://$db_username:$db_password@$db_hostname/$db_database";
|
|
$colors="#ffffdd,#ff9966, #ffffaa,#ccccff,#cccccc,#ffcc66,#99ff99,#eeeeee,#66ffff,#ccffff, #ffff66, #ffccff,#ff66ff, yellow,lightgreen,lightblue";
|
|
$smallgraph="300,200";
|
|
$largegraph="600,300";
|
|
$legendpoints="";
|
|
$servers[]="27000@flexlmserver1.example.com";
|
|
$servers[]="27000@flexlmserver2.example.com";
|
|
$servers[]="";
|
|
$description[]="Name of the first software";
|
|
$description[]="Name of the second software";
|
|
$description[]="";
|
|
$log_file[]="";
|
|
$log_file[]="";
|
|
$log_file[]="";
|
|
$lmstat_loc=$lmutil_loc . " lmstat";
|
|
?>
|