ip = Host.find_by_id(item.host_id).name
          count = Item.where(:host_id => item.host_id).where(:severity => 4).count

          if count > 0
            g.data(ip, count)