mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-27 15:44:21 +02:00
Merge pull request #240 from fixlair/fixlair-patch-X509-443-default-port
Add default 443 port for X509 plugin
This commit is contained in:
commit
d0fa2c7569
@ -37,7 +37,7 @@ sub new {
|
|||||||
$options{options}->add_options(arguments =>
|
$options{options}->add_options(arguments =>
|
||||||
{
|
{
|
||||||
"hostname:s" => { name => 'hostname' },
|
"hostname:s" => { name => 'hostname' },
|
||||||
"port:s" => { name => 'port' },
|
"port:s" => { name => 'port', default => 443 },
|
||||||
"validity-mode:s" => { name => 'validity_mode' },
|
"validity-mode:s" => { name => 'validity_mode' },
|
||||||
"warning-date:s" => { name => 'warning' },
|
"warning-date:s" => { name => 'warning' },
|
||||||
"critical-date:s" => { name => 'critical' },
|
"critical-date:s" => { name => 'critical' },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user