CHECK_CAPTEURS
--------------

CAREFULL : ini files names has been modified since previous version (1.0 or 1.1).

You need to install :
- sensors (available in lm-sensors packet)
- libconfig-ini-perl (in ubuntu distribution)

files list :

- check_capteurs.new.py     : 
- check_capteurs.ini    :  (in english w/o PC definition).
- check_capteurs.new_sample.ini    : sample files (in english).


- check_capteurs.new.complet.pl        : plugin in perl (main file).
- check_capteurs.new.complet.ini       : default texts file.
- check_capteurs.new.complet_en.ini    : english texts file.
- check_capteurs.new.complet_fr.ini    : french texts file.


user guide :
- install lm_sensors
- modify if needed the mail file
   - my $SENSORS='sensors';
   - my $country_code_def="fr";
   - my $perf_data_def = 1;


Add a translation file 

xx : country code in 2 characters.

- copy check_capteurs.new*.ini file in check_capteurs.new_xx.ini
- change default country code in the main file.
or
- change the country code in the plugin call
- translate the texts in the desired language in the check_capteurs.new_xx.ini file.


