...
- Number of days before the license expires that will generate an alert → specify a number of days (default = 7)
- Prevent from sending default email →
-nomail
. This option is useful when a custom script is created to send alerts (see further) - Force the expiration date for debugging →
-expdat=<DD-MMM-YYYY>
where DD = day of the month, MMM = month (3 characters, 1st letter uppercase), YYYY = year
Example (command executed on 09-Jul-2020):
# /opt/charon/utils/charon_expchk 15 -nomail -expdat=12-Jul-2020 |
...