Skip to main content

Execution

Example of a conf file:

# name for the agent
agent_name=snmp_remote
# configuration (1 for activate modules)
memuse=1
diskuse=1
cpuload=1
process=1
# number of proces to monitoring, each one create a module
numberprocess=3
# name for each process
process1=dhcp
process2=dockerd
process3=docker-proxy
# transfer configuration
mode=tentacle
tentacle_ip=172.42.42.101
tentacle_port=41121
#define
as_server_plugin=1

In agent_name you specify the name for the agent, in the next 4 options you configure which modules want to be activated with 1 and the ones that are activated will create a module in the agent.

For the processes you have to specify the number of processes that are going to be monitored and below specify the name of each process in each process option, in this one by default I have put 3 but you can put as many as you want.

In transfer configuration the tentacle options.

Example of what this conf would create in pandora:

Execution

image-1672742827541.png

Pandorafms view

image-1672742853915.png

image-1672742864931.png