mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-31 01:24:35 +02:00
enh(vtom): add token option fro compatibilty
Add the --token option so the pack commands works with either custom mode Refs:CTOR-1836
This commit is contained in:
parent
d82058c571
commit
0a4b945430
@ -52,6 +52,7 @@ sub new {
|
||||
'unknown-http-status:s' => { name => 'unknown_http_status' },
|
||||
'warning-http-status:s' => { name => 'warning_http_status' },
|
||||
'critical-http-status:s' => { name => 'critical_http_status' },
|
||||
'token:s' => { name => 'token' },
|
||||
'cache-use' => { name => 'cache_use' }
|
||||
});
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user