Browse Source

Disable osrelease collector on aix

Signed-off-by: Johannes Ziemke <github@5pi.de>
pull/3138/head
Johannes Ziemke 2 months ago committed by Johannes 'fish' Ziemke
parent
commit
b5ce6bcc4d
  1. 3
      collector/os_release.go

3
collector/os_release.go

@ -11,6 +11,9 @@
// 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 !noosrelease && !aix
// +build !noosrelease,!aix
package collector package collector
import ( import (

Loading…
Cancel
Save