Skip to content

Commit

Permalink
Merge pull request #862 from jooooooon/bug_7890/add_dmidecode_call_fo…
Browse files Browse the repository at this point in the history
…r_freebsd_systems_system_techniques

Fixes #7890: Add dmidecode call for FreeBSD systems (system techniques)
  • Loading branch information
peckpeck committed Feb 10, 2016
2 parents 19e026e + 10bae4e commit 2282113
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions techniques/system/inventory/1.0/fusionAgent.st
Original file line number Diff line number Diff line change
Expand Up @@ -486,6 +486,9 @@ bundle agent addInformationsToInventory
solaris::
"RUDDERUUID" string => execresult("smbios | grep UUID | sed 's/ UUID: //'", "useshell");
freebsd::
"RUDDERUUID_cmd" string => "/usr/local/sbin/dmidecode -s system-uuid";
!windows.!android::
"CFKEY_cmd" string => "/bin/cat ${sys.workdir}/ppkeys/localhost.pub";
"usersnumber" int => readstringarray("userslist","/etc/passwd","#[^\n]*",":",50,16000);
Expand Down

0 comments on commit 2282113

Please sign in to comment.