Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
install_zabbix_agent_win
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Rinat K. Nugaev
install_zabbix_agent_win
Commits
719684c9
Commit
719684c9
authored
Jun 09, 2018
by
Rinat K. Nugaev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove checking platform
parent
a705b6f4
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
13 deletions
+0
-13
zabbix_install.ps1
+0
-13
No files found.
zabbix_install.ps1
View file @
719684c9
...
@@ -67,19 +67,6 @@ function Unzip
...
@@ -67,19 +67,6 @@ function Unzip
}
}
Unzip
$output
\zabbix_agent.zip
$PathZabbix
Unzip
$output
\zabbix_agent.zip
$PathZabbix
#Defining platform for version of zabbix agent
<#
if ($osarch -eq "OSArchitecture=64-bit")
{
$osarch = "win64"
}
else
{
$osarch = "win32"
}
#>
#Getting computer hostname for config file
#Getting computer hostname for config file
$HostnameFull
=
"
$env
:computername.
$env
:userdnsdomain"
$HostnameFull
=
"
$env
:computername.
$env
:userdnsdomain"
#Removing dot from end of the hostname (this behavior possible if computer is not domain joined)
#Removing dot from end of the hostname (this behavior possible if computer is not domain joined)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment