Skip to content

Commit

Permalink
change opsviewv6 opt directory because of conflict problem with opsvi…
Browse files Browse the repository at this point in the history
…ew packages
  • Loading branch information
emelkomurcu committed Feb 17, 2021
1 parent 8fe3861 commit 2b6af59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion opsviewv6/native/ogAfter.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ fi
chmod -R 775 /var/log/opsgenie
chmod -R g+s /var/log/opsgenie

chmod 755 /opt/opsview/monitoringscripts/notifications/nagios2opsgenie
chmod 755 /opt/opsgenie/opsview/monitoringscripts/notifications/nagios2opsgenie

if id -u opsview >/dev/null 2>&1; then
usermod -a -G opsgenie opsview
Expand Down
2 changes: 1 addition & 1 deletion opsviewv6/opsviewv6.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def buildDebForOpsviewV6(String sourceDir, String name, String descrpt, Map file
task packageOpsviewV6OS(dependsOn: 'prepareOpsviewV6') << {

def fileMapping = [
"${project.projectDir}/opsviewv6/nagios2opsgenie" : "opt/opsview/monitoringscripts/notifications/",
"${project.projectDir}/opsviewv6/nagios2opsgenie" : "opt/opsgenie/opsview/monitoringscripts/notifications/",
"${project.projectDir}/opsviewv6/nagios2opsgenie.go": "etc/opsgenie"
]

Expand Down

0 comments on commit 2b6af59

Please sign in to comment.