Uploaded image for project: 'ZABBIX BUGS AND ISSUES'
  1. ZABBIX BUGS AND ISSUES
  2. ZBX-10567

Init scripts included with the source for Debian not working.

XMLWordPrintable

    • Icon: Incident report Incident report
    • Resolution: Unresolved
    • Icon: Trivial Trivial
    • None
    • 3.0.1
    • Installation (I)
    • Debian

      The init scripts (for agent/server) included with the source code for Debian, do not work on the last two versions of Debian.
      A headers needs te be added to the init scripts to make them work. The header should like like. It took me a while to figure that out, so it would be nice for others if the init scripts would be updated.

      #!/bin/sh 
      ### BEGIN INIT INFO
      # Provides:          zabbix-proxy
      # Required-Start:    $remote_fs $syslog
      # Required-Stop:     $remote_fs $syslog
      # Default-Start:     2 3 4 5
      # Default-Stop:      0 1 6
      # Short-Description: Init script for zabbix-proxy
      # Description: Init script for zabbix-proxy
      ### END INIT INFO
      #
      # Zabbix proxy start/stop script.
      #
      

            Unassigned Unassigned
            finalbeta finalbeta
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: