2008-08-19 Sancho lerena <slerena@artica.es>

* tools.pm: Added support for new Octopus device, the hardware
	sensor of Pandora FMS.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1862 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
slerena 2009-08-19 02:20:54 +00:00
parent b9ac1fc18d
commit 455ae12a2c
1 changed files with 3 additions and 0 deletions

View File

@ -97,6 +97,9 @@ sub pandora_get_os ($) {
elsif ($command =~ m/Apple/i){
return 8;
}
elsif ($command =~ m/Octopus/i){
return 13;
}
else {
return 10; # Unknown / Other
}