The process for installing our support scripts is different depending on whether your orchestrator or collector has an internet connection or not.
Online install
Prerequisites
- Your orchestrator/collector has an internet connection
Process
-
Log in to your orchestrator or collector as
root
. -
Create the
/opt/opsview/supportscripts
directory with the necessary permissions:
mkdir /opt/opsview/supportscripts
chown opsview:opsview /opt/opsview/supportscripts
chmod 0750 /opt/opsview/supportscripts
- Switch to the
opsview
user
su - opsview
- Download and install the support scripts using this command:
curl -sLo- https://downloads.opsview.com/opsview-support/opsview_support_scripts | bash -s --
Offline install
Prerequisites
- None
Process
-
Download this file to your desktop: https://downloads.opsview.com/opsview-support/opsview_support_scripts.
-
Transfer the file to your orchestrator or collector using a tool like
scp
. -
Log in to your orchestrator or collector as
root
. -
Create the
/opt/opsview/supportscripts
directory with the necessary permissions:
mkdir /opt/opsview/supportscripts
chown opsview:opsview /opt/opsview/supportscripts
chmod 0750 /opt/opsview/supportscripts
- Switch to the
opsview
user usingsu
:
su - opsview
- Install the support scripts using this
bash
command:
cat ./opsview_support_scripts | bash -s --
Comments
0 comments
Please sign in to leave a comment.