Search Result

Collapse
2 results in 0.0024 seconds.
Keywords
Members
Tags
gentoo
  •  

  • Zabbix from source on gentoo

    Hi,
    im trying to install zabbix on (fcking) Gentoo system.
    When i run
    ./configure --enable-agent
    i recevice thi error :

    bash: ./configure: /bin/sh: bad interpreter: Permission denied

    Any idea ?
    Thank you to everyone
    See more | Go to post

  • acalvo
    started a topic Monitor updates on Gentoo

    Monitor updates on Gentoo

    Having Zabbix to warn you when a server needs to be updated is a must-have for any sysadmin.

    So, here's what I've come with:

    Code:
    UserParameter=gentoo.security,glsa-check -t all 2>/dev/null | wc -l
    UserParameter=gentoo.updates,emerge -tpvuD system | grep ebuild|wc
    ...
    See more | Go to post
Working...