Changes between Version 2 and Version 3 of Nmm2022/Agenda/oxidize
- Timestamp:
- Jun 27, 2022, 4:59:45 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Nmm2022/Agenda/oxidize
v2 v3 35 35 '''Setup Oxidized Service''' 36 36 37 Run the following commands as root user. 37 38 39 {{{ 40 cp extra/oxidized.service /etc/systemd/system 41 mkdir /run/oxidized 42 chown oxidized:oxidized /run/oxidized 43 systemctl enable oxidized.service 44 45 }}} 38 46 39 47 '''LibreNMS Integration''' 40 48 49 Create Token 41 50 51 Login to LibreNMS web GUI. 52 Go to Settings -> API Settings 42 53 43 54 '''Postfix Installation'''