{"id":19598376,"url":"https://github.com/dotupnet/dotupzabbixessentials","last_synced_at":"2025-10-19T03:08:42.671Z","repository":{"id":41807965,"uuid":"285283484","full_name":"dotupNET/DotupZabbixEssentials","owner":"dotupNET","description":"Some powershell scripts for zabbix","archived":false,"fork":false,"pushed_at":"2020-08-05T16:23:38.000Z","size":30,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-05T01:22:18.838Z","etag":null,"topics":["powershell","powershell-module","zabbix","zabbix-agent"],"latest_commit_sha":null,"homepage":"","language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dotupNET.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-08-05T12:36:46.000Z","updated_at":"2023-07-26T20:33:49.000Z","dependencies_parsed_at":"2022-09-12T00:11:25.935Z","dependency_job_id":null,"html_url":"https://github.com/dotupNET/DotupZabbixEssentials","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotupNET%2FDotupZabbixEssentials","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotupNET%2FDotupZabbixEssentials/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotupNET%2FDotupZabbixEssentials/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotupNET%2FDotupZabbixEssentials/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dotupNET","download_url":"https://codeload.github.com/dotupNET/DotupZabbixEssentials/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251171316,"owners_count":21547088,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["powershell","powershell-module","zabbix","zabbix-agent"],"created_at":"2024-11-11T09:05:58.712Z","updated_at":"2025-10-19T03:08:37.628Z","avatar_url":"https://github.com/dotupNET.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DotupZabbixEssentials\n\nInstall the Zabbix agent (5.0.2) on remote computers\n\n## Installation\n```powershell\nInstall-Module DotupZabbixEssentials\n```\n\n## Usage\n\n```powershell\n\n# Get all AD servers\n$servers = Get-ADComputer -filter * -Properties operatingsystem | Where-Object { $_.operatingsystem -like \"*server*\" }\n\n# Get the admin user for all servers\n$credential = Get-Credential\n\n# INstall zabbix on each server\n$servers.forEach{\n  Write-Host \"Installing Zabbix on $($_.Name)\"\n\n  Install-ZabbixAgent -ComputerName $_.Name -Credential $credential -Server 192.168.15.32 -ServerActive  192.168.15.32\n}\n\nWrite-Host \"Multi installation completed\"\n\n```\n\n\n# TODO\n- Only download once\n- Version selector\n- x86/x64 detection\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdotupnet%2Fdotupzabbixessentials","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdotupnet%2Fdotupzabbixessentials","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdotupnet%2Fdotupzabbixessentials/lists"}