initial commit of file from CVS for smeserver-zabbix-server on Sat Sep 7 21:19:08 AEST 2024

This commit is contained in:
Trevor Batley
2024-09-07 21:19:08 +10:00
parent 43379e295c
commit 88f19a11b6
57 changed files with 3069 additions and 2 deletions

View File

@@ -0,0 +1,3 @@
systemctl daemon-reload
systemsctl preset-all
systemsctl restart zabbix-server

View File

@@ -0,0 +1,7 @@
#!/bin/bash
# restart mysql.init
/usr/bin/systemctl stop zabbix-server 1>/dev/null
/usr/bin/systemctl restart mariadb105-mysql.init 1>/dev/null
/usr/bin/systemctl start zabbix-server 1>/dev/null
exit 0