Add each host SSL fingerprint to each node status

Signed-off-by: Emmanuel Kasper <e.kasper@proxmox.com>
Reviewed-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Emmanuel Kasper 2017-11-22 09:50:40 +01:00 committed by Wolfgang Bumiller
parent 31fcad7651
commit 65a5984c01

View File

@ -1746,6 +1746,7 @@ __PACKAGE__->register_method ({
foreach my $node (@$nodelist) {
my $entry = PVE::API2Tools::extract_node_stats($node, $members, $rrd);
$entry->{ssl_fingerprint} = PVE::Cluster::get_node_fingerprint($node);
push @$res, $entry;
}