Ad Widget

Collapse

system.cpu.load works from command line only

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dtadic
    Junior Member
    • Sep 2013
    • 2

    #1

    system.cpu.load works from command line only

    I am using Zabbix server (Ubuntu 12.04) to monitor Win XP client.

    When I type "zabbix_get -s x.x.x.x -k system.cpu.load" on server command line I receive response from Zabbix agent on Win XP.

    But, when I create new item with key system.cpu.load I receive error "not supported by Zabbix agent".

    Item type is "Zabbix agent"
    Type of infromation "Numeric (float)"

    Problem is the same with key system.cpu.util.

    I have no idea where to search for problem solution.

    Thanks in advance for any help.
  • alisson
    Member
    Zabbix Certified Specialist
    • Nov 2009
    • 70

    #2
    Simply change "Type of information" of item to "Numeric (float)", probably it is configured as "Numeric (unsigned)".
    __________________
    --
    Alisson Oliveira
    [url]www.zabbix.com.br[/url]
    [url]www.unirede.net[/url]
    Porto Alegre - RS - Brasil

    Comment

    • dtadic
      Junior Member
      • Sep 2013
      • 2

      #3
      I tried both options, but it does not help.


      Originally posted by alisson
      Simply change "Type of information" of item to "Numeric (float)", probably it is configured as "Numeric (unsigned)".

      Comment

      Working...