mirror of
https://github.com/prometheus/node_exporter.git
synced 2025-03-05 21:00:12 -08:00
Enable uname collector on AIX
This commit is contained in:
parent
2f53b9aab1
commit
163e9325c3
|
@ -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