Ad Widget

Collapse

Parameter for cat /etc/passwd user auditing

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • aorlowski
    Junior Member
    • Feb 2006
    • 21

    #1

    Parameter for cat /etc/passwd user auditing

    hello,

    I am needing some help on how to setup the zabbix_agentd.conf and the web interface for
    simply catting out /etc/passwd. We are doing some auditing and I thought this would be a good way of performing the operation on all our linux hosts.


    what I have, and what I have tried.

    zabbix 1.1.2
    vi /etc/zabbix/zabbix_agentd.conf
    userParameter=audit,cat /etc/passwd
    go to http://myzabbix.com
    key = audit
    type of information = character

    no data shows up in the screen i created.

    I am confident in this product, however I will admit I have difficulties with the agentd.conf parameters and setting them up to use with the web interface.

    Please help if you can.
    thanks

    Allen
  • aorlowski
    Junior Member
    • Feb 2006
    • 21

    #2
    Figured it out-Parameter for Passwd auditing

    zabbix 1.1.2
    vi /etc/zabbix/zabbix_agentd.conf
    UserParameter=audit.cat, cat /etc/passwd
    go to http://myzabbix.com
    key = audit.cat
    type of information = text.

    I then go to latest data to get the information, and I dont create a graph or screen.

    Comment

    Working...