Changes between Version 2 and Version 3 of Nmm2022/Agenda/oxidize


Ignore:
Timestamp:
Jun 27, 2022, 4:59:45 AM (3 years ago)
Author:
dushmantha
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Nmm2022/Agenda/oxidize

    v2 v3  
    3535'''Setup Oxidized Service'''
    3636
     37Run the following commands as root user.
    3738
     39{{{
     40cp extra/oxidized.service /etc/systemd/system
     41mkdir /run/oxidized
     42chown oxidized:oxidized /run/oxidized
     43systemctl enable oxidized.service
     44
     45}}}
    3846
    3947'''LibreNMS Integration'''
    4048
     49Create Token
    4150
     51Login to LibreNMS web GUI.
     52Go to Settings -> API Settings
    4253
    4354'''Postfix Installation'''