Cuberite Forum
Server SNMP like monitoring - Printable Version

+- Cuberite Forum (https://forum.cuberite.org)
+-- Forum: Off Topic (https://forum.cuberite.org/forum-9.html)
+--- Forum: Off Topic Discussion (https://forum.cuberite.org/forum-10.html)
+--- Thread: Server SNMP like monitoring (/thread-2097.html)



Server SNMP like monitoring - DrMasik - 09-02-2015

Can I external monitoring server via SNMP or another way (via Nagios, Zabbix, etc.)?
If create plugin needed - show me, please, class object to use.


RE: Server SNMP like monitoring - xoft - 09-02-2015

It's not built in, you'd have to write a plugin for that. Since I have no idea how those technologies you mention work, I can't be more specific other than that you'll probably want to use the cNetwork class: http://luaapi.cuberite.org/cNetwork.html It supports both TCP and UDP lower protocols; you'll need to implement the actual application protocols used by those monitoring systems.


RE: Server SNMP like monitoring - DrMasik - 09-02-2015

@xoft. Thank you. I try it.