mirror of
https://github.com/prometheus/node_exporter.git
synced 2024-11-12 16:44:18 -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
|
||||
// limitations under the License.
|
||||
|
||||
//go:build (darwin || freebsd || openbsd || netbsd || linux) && !nouname
|
||||
// +build darwin freebsd openbsd netbsd linux
|
||||
//go:build (darwin || freebsd || openbsd || netbsd || linux || aix) && !nouname
|
||||
// +build darwin freebsd openbsd netbsd linux aix
|
||||
// +build !nouname
|
||||
|
||||
package collector
|
||||
|
|
|
@ -11,8 +11,8 @@
|
|||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
//go:build (darwin || freebsd || openbsd || netbsd) && !nouname
|
||||
// +build darwin freebsd openbsd netbsd
|
||||
//go:build (darwin || freebsd || openbsd || netbsd || aix) && !nouname
|
||||
// +build darwin freebsd openbsd netbsd aix
|
||||
// +build !nouname
|
||||
|
||||
package collector
|
||||
|
|
Loading…
Reference in a new issue