mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* snmp extend for monitoring certificate file validity * Update Applications.md * Update Applications.md
10 lines
155 B
PHP
10 lines
155 B
PHP
<?php
|
|
$unit_text = 'Age (days)';
|
|
$unitlen = 20;
|
|
$bigdescrlen = 25;
|
|
$smalldescrlen = 25;
|
|
|
|
$rrdVar='age';
|
|
|
|
require 'certificate-common.inc.php';
|