Ad Widget

Collapse

Received value like, inventory, and a bug

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sylvain
    Junior Member
    • Jul 2007
    • 15

    #1

    Received value like, inventory, and a bug

    hi

    now i have this working

    auto-discovery Service type = "ZABBIX agent"
    Discovery status = "Up"
    Uptime/Downtime >= "600"
    Received value like "Windows"
    Add host
    Add to group "Windows Stations"
    Link to template "Template_Windows"
    Enabled


    is it possible to get something like:
    Received value like "Windows Professional"
    i've tried without success

    may i need to tune the source code of the zabbix agent or is it possible now ?

    also, how to use the inventory ? i have nothing showing.

    also, i would signal a bug: i had nothing showing in actions before i created a rule, and then the two rules by default appeared. i followed strictly the instructions for installation, it's running as zabbix (without any right) on the ubuntu server that have a zabbix server and a client, the windows client is installed as service on xp.
  • swaterhouse
    Senior Member
    • Apr 2006
    • 268

    #2
    Originally posted by sylvain
    is it possible to get something like:
    Received value like "Windows Professional"
    i've tried without success

    may i need to tune the source code of the zabbix agent or is it possible now ?
    Nothing exists currently in the agent sourcecode but you could write a script to get this and add it as a user parameter in the agent. This information is available via WMI

    Originally posted by sylvain

    also, how to use the inventory ? i have nothing showing.
    The inventory is not created automatically - you need to fill in the information manually. It is just there for reference if desired. To get inventory I would suggest you use a product like Open-AudIT http://www.open-audit.org/

    Scott

    Comment

    Working...