Bonjour, je viens de verifier ces deux points.
J'ai bien un fichier map.pm
###############################################################################
## OCSINVENTORY-NG
## Copyleft Guillaume PROTET 2013
## Web : http://www.ocsinventory-ng.org
##
## This code is open source and may be copied and modified as long as the source
## code is always made freely available.
## Please refer to the General Public Licence http://www.gnu.org/ or Licence.txt
################################################################################
package Apache::Ocsinventory::Plugins::Uptime::Map;
use strict;
use Apache::Ocsinventory::Map;
#Plugin UPTIME
$DATA_MAP{uptime} = {
mask => 0,
multi => 1,
auto => 1,
delOnReplace => 1,
sortBy => 'TIME',
writeDiff => 0,
cache => 0,
fields => {
TIME => {},
}
};
1;
Ca me parrait correcte.
Et dans ma bdd, voici la partie uptime :
Qui elle aussi me semble correcte :/