Skip to content

Commit

Permalink
Update observium-agent-install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Krause committed Aug 19, 2015
1 parent 0b276e7 commit 4d40bfe
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions observium-agent-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ if [ -z "$SVN_USER" ] || [ -z "$SVN_PASS" ]; then
$ENTERPRISE = false
fi


# get packages
if [ "$ENTERPRISE" = true ]; then
echo "Installing Enterprise Agent..."
echo
Expand Down Expand Up @@ -76,9 +74,6 @@ syscontact $SYSCONTACT
extend .1.3.6.1.4.1.2021.7890.1 distro /usr/bin/distro
EOL

#cp observium/scripts/observium_agent_xinetd /etc/xinetd.d/observium_agent
#nano /etc/xinetd.d/observium_agent

cat >/etc/xinetd.d/observium_agent <<EOL
service observium_agent
{
Expand Down

0 comments on commit 4d40bfe

Please sign in to comment.