Hi Group.
I have Ubuntu20.04LTS along with Zabbix5.0LTS installed as monitor service
I have my setup on a VMware Host monitoring several hosts on several subnets - therefor the Proxy on the PFsense
But I would like to execute commands on the subnet - etc nmap / traceroute certain hosts in my network
Ping works through the Proxy - but the nmap and traceroute I'm getting this error:
So first of all - I do not have a user called zabbix on the PFsense (should there be one)
So its properly the path of the executeable files on the PFsense - so how should I create this correct - should I create a new detection script (NMAP) so I got a double of the scripts - or how is the right way here !
I have Ubuntu20.04LTS along with Zabbix5.0LTS installed as monitor service
I have my setup on a VMware Host monitoring several hosts on several subnets - therefor the Proxy on the PFsense
But I would like to execute commands on the subnet - etc nmap / traceroute certain hosts in my network
Ping works through the Proxy - but the nmap and traceroute I'm getting this error:
Code:
[LIST][*]sh: /usr/bin/traceroute: not found[*]Cannot execute script[/LIST]or[LIST][*]sudo: /usr/bin/nmap: command not found[*]Cannot execute script[/LIST][LIST][*][B]sudo /usr/bin/nmap -O 172.16.10.60[/B][/LIST]
So its properly the path of the executeable files on the PFsense - so how should I create this correct - should I create a new detection script (NMAP) so I got a double of the scripts - or how is the right way here !