mirror of
https://github.com/prometheus/node_exporter.git
synced 2024-11-14 01:24:12 -08:00
Enable uname collector on AIX
Signed-off-by: Johannes Ziemke <github@5pi.de>
This commit is contained in:
parent
3c7109826a
commit
b9e14055c1
|
@ -11,8 +11,8 @@
|
||||||
// See the License for the specific language governing permissions and
|
// See the License for the specific language governing permissions and
|
||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
|
|
||||||
//go:build (darwin || freebsd || openbsd || netbsd || linux) && !nouname
|
//go:build (darwin || freebsd || openbsd || netbsd || linux || aix) && !nouname
|
||||||
// +build darwin freebsd openbsd netbsd linux
|
// +build darwin freebsd openbsd netbsd linux aix
|
||||||
// +build !nouname
|
// +build !nouname
|
||||||
|
|
||||||
package collector
|
package collector
|
||||||
|
|
|
@ -11,8 +11,8 @@
|
||||||
// See the License for the specific language governing permissions and
|
// See the License for the specific language governing permissions and
|
||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
|
|
||||||
//go:build (darwin || freebsd || openbsd || netbsd) && !nouname
|
//go:build (darwin || freebsd || openbsd || netbsd || aix) && !nouname
|
||||||
// +build darwin freebsd openbsd netbsd
|
// +build darwin freebsd openbsd netbsd aix
|
||||||
// +build !nouname
|
// +build !nouname
|
||||||
|
|
||||||
package collector
|
package collector
|
||||||
|
|
Loading…
Reference in a new issue