Configuration -> SNMP Credentials
We really need your input in this questionnaire
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menu stop)
log_daemon_msg "Stopping NetXMS server" "netxmsd"
start-stop-daemon --stop --quiet --pidfile $PIDFILE --retry 60
log_end_msg $?### BEGIN INIT INFO
# Provides: netxmsd
# Required-Start: $remote_fs network nxagentd mysql
# Required-Stop: $remote_fs mysql
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: NetXMS server initscript
# Description: NetXMS server startup script
### END INIT INFO