mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-30 09:05:19 +02:00
change app cache name velocloud
This commit is contained in:
parent
10c7ef0951
commit
8204053154
@ -352,7 +352,7 @@ sub get_identifiable_applications {
|
||||
|
||||
$self->get_entreprise_id();
|
||||
|
||||
my $has_cache_file = $self->{cache_app}->read(statefile => 'vmware_velocloud_' . md5_hex($self->{option_results}->{hostname}) . '_' . md5_hex($self->{entreprise_id}));
|
||||
my $has_cache_file = $self->{cache_app}->read(statefile => 'vmware_velocloud_app_' . md5_hex($self->{option_results}->{hostname}) . '_' . md5_hex($self->{entreprise_id}));
|
||||
my $updated = $self->{cache_app}->get(name => 'updated');
|
||||
my $applications = $self->{cache_app}->get(name => 'applications');
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user