Skip to content

Junos

Junos

Manage and monitor Juniper devices running Junos

Description

Junos integration gives you ability to manage and monitor your junipt devices

Installation

For integrating with Junos, you need to provide your Junos host addresses and authorization token. Make sure that service_name is set as junos and there is one cluster named junos-default since this will be used by default if no cluster is specified in the command.

Helm Config

Below is sample configuration for enabling junos integration through Helm Chart Values file

junos:
  disabled: false
  clusters:
    junos-default:
      url: "http://66.129.234.212:47004"
      username: jcluser
      password: "Juniper!1"
  • disabled tag can be set to true to temporarily disable the service without removing the config
  • multiple clusters can be added under tag "clusters"

Direct Config

Below is sample configuration for enabling Junos integration

modules:
  - name: maira_io.module.http
services:
  - name: maira_io.service.http
    typed_config:
      "@type": types.google.com/maira_io.config.service.http.v1.Config
      clusters:
        - name: junos-default
          addresses:
            - "http://66.129.234.213:35004"
          username: jcluser
          password: password
          request_headers_add:
            "content-type": "application/xml"
          service_name: junos