Ad Widget

Collapse

Monitoring FreeBSD jails

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • hioctane
    Junior Member
    • Sep 2009
    • 4

    #1

    Monitoring FreeBSD jails

    Hi,

    I'm trying to run zabbix 1.6.6 on a FreeBSD jailed server and I'm getting the following from the zabbix_agentd.log file:
    Code:
    Can not create Semaphore [Function not implemented]
    Unable to create mutex for log file
    I was able to compile the agent but that's as far as I was able to get.

    Can someone help?

    Thank you
  • n00dles
    Junior Member
    • Oct 2009
    • 1

    #2
    you need tune the following sysctl on the host

    sysctl security.jail.sysvipc_allowed

    sysctl security.jail.sysvipc_allowed=1
    security.jail.sysvipc_allowed: 0 -> 1

    zabbix should now start provided everything else is in order.

    Comment

    Working...