Ad Widget

Collapse

system.cpu.util on Solaris 10, agent version 1.1.6

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jzx
    Junior Member
    • Mar 2007
    • 2

    #1

    system.cpu.util on Solaris 10, agent version 1.1.6

    Hi. Can someone please explain the following?

    Code:
    bash-3.00# ./zabbix_agent -v
    ZABBIX Agent v1.1.6 (06 February 2007)
    Compilation time:  Mar  6 2007 17:41:08
    
    bash-3.00# ./zabbix_agent -t system.cpu.util[*]
    Cannot open config file [/etc/zabbix/zabbix_agent.conf] [No such file or directory]
    system.cpu.util[*]                            [m|ZBX_NOTSUPPORTED]
    
    bash-3.00# ./zabbix_agent -t vfs.fs.size[/var,free]
    Cannot open config file [/etc/zabbix/zabbix_agent.conf] [No such file or directory]
    vfs.fs.size[/var,free]                        [u|7653643]
    So, the missing configuration file (I'm using zabbix_agentd for real monitoring), nor being root is not the problem.

    For some reason, even though the release notes for version 1.1.5 say it has been fixed, system.cpu.util does not work on Solaris 10. Any way how to make it work, in the easiest way?

    I could use a custom command. I could use SNMP. However, I'd prefer doing it via the zabbix_agentd, like the rest of the monitoring.

    Thanks in advance.
    Last edited by jzx; 07-03-2007, 01:11. Reason: fixing a typo.
Working...