Zabbix 2 Agent
-
Could you try again?
-
-
Could you try again?
Work for me. Thank you very much.
Do you have any pfsense 2.0.x template?
-
Could you try again?
Work for me. Thank you very much.
Do you have any pfsense 2.0.x template?
I just use the FreeBSD template and add a few custom agent items to make sure Snort and Unbound are running.
-
Ok, thank you.
-
Could you try again?
Work for me. Thank you very much.
Do you have any pfsense 2.0.x template?
I am working on a more specific pfSense template and am looking for suggestions on what to include or (not include from the FreeBSD template.)
-
I am working on a more specific pfSense template and am looking for suggestions on what to include or (not include from the FreeBSD template.)
Take a look on this portuguese topic about pfsense template for zabbix2
http://forum.pfsense.org/index.php/topic,58279.msg312374.html#msg312374 -
error in the zabbix2-agent-2.0.4 pkg v0.6_1 update package does not restart the service
php: /pkg_edit.php: The command '/usr/local/etc/rc.d/zabbix2_agentd.sh restart' returned exit code '1', the output was 'Stopping Zabbix Agent… No matching processes were found Starting Zabbix Agent... zabbix_agentd [51087]: wrong value of [RefreshActiveChecks] in config file [/usr/local/etc/zabbix2/zabbix_agentd.conf], line 6'
-
Can you check what value for RefreshActiveChecks you have on gui and on config file?
-
There must be an error in the parsing of the configuration file against the GUI. I had the same exact problem. I ended up ssh'ing into the firewall and manually configuring the zabbix_agentd.conf file in /usr/local/etc/zabbix2/. Just comment out everything and make the file look like this for now, until the gui is fixed:
Server=your_zabbix_server_ip
ServerActive=your_zabbix_server_ip
Hostname=your_firewall_hostname (must be the same as you have it in your zabbix server)
ListenIP=whichever_ip_you_want_to_listen_on
ListenPort=10050Hope this helps!
-
ok, I'll take a look on config creator script.
-
zabbix2-agent pkg v 0.6_2 has a working config file. :)