Hi, I have problems in monitoring a WowzaMediaServer (streaming-server). The Service runs on port 80 and if I use the Item/Trigger from http then Zabbix tells me Down (0). The other problem is to get the Process, cause Wowza is startet as a parameter:
How can I configure an item for this? Zabbix seems to use only the called /usr/sh and an item with proc.num[WowzaMediaServerProd] doesn't fit ...
Edit: I got the port-monitoring via net.tcp.port[IP-address,80] - localhost doesn't respond on port 80, with an IP-using item directly in the host everything is fine.
Edit2: ok, I have now the service-monitoring too. Simply wrote a new definition in the zabbix_agentd.conf on the server with some ps/grep/wc and define a new item with this custom command ...
Thread can be closed
# ps uax|grep Wowza
root 27122 0.0 0.0 12008 1324 pts/0 S 08:13 0:00 /bin/sh /usr/bin/WowzaMediaServerProd /usr/local/WowzaMediaServerPro/bin/setenv.sh /var/run/WowzaMediaServerPro.pid start
root 27123 15.8 28.6 4192068 1162580 pts/0 Sl 08:13 6:44 java -Xmx3000M -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:NewSize=1024m -Dcom.sun.management.jmxremote=true -Dcom.wowza.wms.AppHome=/usr/local/WowzaMediaServerPro
root 27122 0.0 0.0 12008 1324 pts/0 S 08:13 0:00 /bin/sh /usr/bin/WowzaMediaServerProd /usr/local/WowzaMediaServerPro/bin/setenv.sh /var/run/WowzaMediaServerPro.pid start
root 27123 15.8 28.6 4192068 1162580 pts/0 Sl 08:13 6:44 java -Xmx3000M -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:NewSize=1024m -Dcom.sun.management.jmxremote=true -Dcom.wowza.wms.AppHome=/usr/local/WowzaMediaServerPro
Edit: I got the port-monitoring via net.tcp.port[IP-address,80] - localhost doesn't respond on port 80, with an IP-using item directly in the host everything is fine.
Edit2: ok, I have now the service-monitoring too. Simply wrote a new definition in the zabbix_agentd.conf on the server with some ps/grep/wc and define a new item with this custom command ...
Thread can be closed