git-svn-id: http://svn.centreon.com/trunk/plugins-2.x@13054 6bcd3966-0018-0410-8128-fd23d134de7e
This commit is contained in:
Julien Mathis 2012-05-21 08:02:46 +00:00
parent 1bd13cee96
commit e08928d3cd
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ if (!$OPTION{'oid'}) {
exit $ERRORS{'UNKNOWN'};
}
my $cacheFile = "@CENTPLUGINS_TMP@/centplugins/snmp_value".$OPTION{'host'}."-".$OPTION{'oid'};
my $cacheFile = "@CENTPLUGINS_TMP@/snmp_value".$OPTION{'host'}."-".$OPTION{'oid'};
# Store option values in simpler variables
if ($OPTION{'divide'} ne "" && $OPTION{'metric'} ne "" && $OPTION{'unit'} ne "" && $OPTION{'output'} ne "" && $OPTION{'min'} ne "" && $OPTION{'max'} ne "") {