This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if (is_file(PLUGIN . $moduleName . DS . 'vendor/autoload.php')){ | |
require PLUGIN . $moduleName . DS . 'vendor/autoload.php'; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# /opt/openitc/frontend/bin/cake gearman_worker | |
PHP Notice: Undefined index: USER in /opt/openitc/frontend/config/paths.php on line 77 | |
PHP Notice: Undefined index: USER in /opt/openitc/frontend/config/paths.php on line 93 | |
PHP Notice: Undefined index: USER in /opt/openitc/frontend/config/paths.php on line 107 | |
2020-08-18 11:39:52 Info: GearmanWorker: Deleted orphaned Pidfile "/var/run/oitc_gearmanworker.pid". Did the gearman_worker died? | |
GearmanWorker: Fork new worker child | |
GearmanWorker: Fork new worker child | |
GearmanWorker: Fork new worker child | |
GearmanWorker: Fork new worker child | |
Exception: Failed to set exception option |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# /opt/openitc/statusengine2/cakephp/app/Console/cake statusengine_legacy -w | |
Welcome Statusengine v2.2.2 | |
--------------------------------------------------------------- | |
Statusengine runs in legacy mode right now... | |
Visit https://statusengine.org/documentation.php#What-is-legacy-mode for more information | |
--------------------------------------------------------------- | |
2020-08-18 09:14:29 Info: Starting Statusengine in legacy mode. | |
2020-08-18 09:14:29 Info: Forking a new worker child | |
2020-08-18 09:14:29 Info: Forking a new worker child |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
############### configuration | |
minFreeSpaceGB=5 | |
betterFreeSpaceGB=7 | |
enableLog=1 | |
#irgnore root rights and mysql configuration file | |
testing=0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
############### configuration | |
minFreeSpaceGB=3 | |
betterFreeSpaceGB=5 | |
pathToCheckForFreeSpace="$PWD" | |
enableLog=1 | |
v3MysqlIni="/etc/openitcockpit/mysql.cnf" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
set -e | |
cp /opt/openitc/frontend-modules/SnmpTrapModule/src/nagios_plugin/check_snmptraps.pl /opt/openitc/nagios/libexec/ | |
chmod 755 /opt/openitc/nagios/libexec/check_snmptraps.pl | |
if [ -f "/usr/share/snmp/mibs/ietf/SNMPv2-PDU" ] ; then | |
cp /opt/openitc/frontend-modules/SnmpTrapModule/src/SNMPv2-PDU_fixed /usr/share/snmp/mibs/ietf/SNMPv2-PDU | |
fi |