Ad Widget

Collapse

How can I configure and monitor a software process in Zabbix?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Running in the 40s
    Junior Member
    • Apr 2023
    • 2

    #1

    How can I configure and monitor a software process in Zabbix?

    Good afternoon,
    I'm using Protheus ERP software and I would like to monitoring of the process is running (not if the server is running/online but if the ERP software is running) and a possibility to make this is by the server port. There is a possibility to make this?
    Or in the case this is not possibly, there is another method to make?​
    Thank you for your time!​
  • cyber
    Senior Member
    Zabbix Certified SpecialistZabbix Certified Professional
    • Dec 2006
    • 4807

    #2
    What is it with documentation? Cursed?

    https://www.zabbix.com/documentation.../simple_checks
    net.tcp.service[service,<ip>,<port>]
    Checks if service is running and accepting TCP connections. 0 - service is down

    1 - service is running
    service - possible values: ssh, ldap, smtp, ftp, http, pop, nntp, imap, tcp, https, telnet (see details)
    ip - IP address or DNS name (by default host IP/DNS is used)
    port - port number (by default standard service port number is used).
    Example:
    => net.tcp.service[ftp,,45] → can be used to test the availability of FTP server on TCP port 45.

    Note that with tcp service indicating the port is mandatory.
    These checks may result in additional messages in system daemon logfiles (SMTP and SSH sessions being logged usually).
    Checking of encrypted protocols (like IMAP on port 993 or POP on port 995) is currently not supported. As a workaround, please use net.tcp.service[tcp,<ip>,port] for checks like these.
    https and telnet services are supported since Zabbix 2.0.

    Comment


    • Running in the 40s
      Running in the 40s commented
      Editing a comment
      Sorry, I'm new in zabbix and don't know about it. I'll go read more documentation.
      I appreciate your help, Brother!
Working...