zabbix-cli | Command-line interface for Zabbix | REST library
kandi X-RAY | zabbix-cli Summary
kandi X-RAY | zabbix-cli Summary
Command-line interface for Zabbix
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- Export configuration options
- Generate feedback
- Generate a zabbix export filename
- Get host id
- Create a new notification user
- Get user group ID
- Show alarms
- Generate output
- Adds a row to the table
- Create a new host
- Create a new user
- Import files
- Show host information
- Create a new host interface
- Show last values
- Show maintenance periods
- Load proxy hosts
- Update template groups
- Define host macros
- Show host inventory
- Show triggers
- List items
- Remove a user from a user group
- Change proxy hosts
- Show template
- Create a user group
zabbix-cli Key Features
zabbix-cli Examples and Code Snippets
Community Discussions
Trending Discussions on zabbix-cli
QUESTION
I have a server (raspberry pi connected to a fritzbox-router via ethernet) with a fresh nixos installation on it. I can connect to it via ssh
(ssh admin@nixos.fritz.box
).
I already have some experience with nixos, but not much.
I would like it to run a zabbix server on it and connect have a web interface to connect to (for example at nixos.fritz.box/zabbix
, but I don't really care where).
I found that there are multiple packages for zabbix on https://github.com/NixOS/nixpkgs
:
- packages on pkgs/servers/monitoring/zabbix for zabbix-server, -web, -agent and -proxy.
- modules on nixos/modules/services/monitoring for zabbix-server,-agent and -proxy.
Also nix search zabbix
gave me hints on zabbix-cli
and zabbixctl
, which I belive are there for managing an existing zabbix installation and therefore not helpfull for my problem.
I looked up zabbix in the options for configuration.nix and found a lot.
Most promissing looking was services.zabbixServer.enable
. I set that to true
in my config and rebuilt it. This seems to have worked:
ANSWER
Answered 2020-Nov-02 at 02:29The error message indicates that services.zabbixWeb.virtualHost
is used but not defined. The solution to this is most likely to define a value for that option. You can find the documentation for services.zabbixWeb.virtualHost
here:
In that file you will see many other options are defined, and you will probably need to set many of them too.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install zabbix-cli
You can use zabbix-cli like any standard Python library. You will need to make sure that you have a development environment consisting of a Python distribution including header files, a compiler, pip, and git installed. Make sure that your pip, setuptools, and wheel are up to date. When using pip it is generally recommended to install packages in a virtual environment to avoid changes to the system.
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page