src/utils_gce.[ch]: Add utility for Google Compute Engine.
authorFlorian Forster <octo@collectd.org>
Sat, 20 Jun 2015 08:02:27 +0000 (10:02 +0200)
committerFlorian Forster <octo@collectd.org>
Thu, 4 Oct 2018 19:14:36 +0000 (21:14 +0200)
commit9c2fa5cbb769c271a20e867ae238dab4822012dd
tree97e05604336cfd0d6f8a922885c8419261bbd482
parentaa61b9056d7d14d414e1f5b8f7636e5c5bb9301e
src/utils_gce.[ch]: Add utility for Google Compute Engine.

These functions allow to autodetect some settings when running on
Google Compute Engine (GCE), for example the Project ID, using the
metadata service.
Makefile.am
src/utils_gce.c [new file with mode: 0644]
src/utils_gce.h [new file with mode: 0644]