Proxmox Virtual Environment is based on Debian GNU/Linux we use apt package manager to install snmpd server. Login to Proxmox Machine with SSH check snmpd status edit snmpd configuration edit the following line The line agentaddress udp:161 tells the SNMP Daemon to listen on UDP port 161 on every IPv4 interface. The line rocommunity public […]
Month: September 2024
Create user ssh on Huawei Switch
In Huawei Switch by default, no ssh user is created. The ssh user command creates an SSH user. The undo ssh user command deletes an SSH user. You can create a user using either of the following methods: By default, no authentication mode is configured for an SSH user. The ssh user authentication-type command configures the authentication mode for an SSH […]
Install influxdb OSS Ubuntu
Download and install the appropriate .deb or .rpm file using a URL from the InfluxData downloads page with the following commands: give execute permision to file install influxdb using dpkg command run influxdb service If successful, you can view the InfluxDB UI at http://localhost:8086.