Giter Club home page Giter Club logo

adagios-agent-windows's Introduction

Adagios | OKconfig agent - Unattended Installation for Windows

Installs NSClient (32/64 bit) in NRPE mode with your favorite settings and plugins. This setup works with Adagios setups. Adagios is a web based Nagios configuration interface. Project website is at http://adagios.org

Installation

Install with Powershell

[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12

Invoke-WebRequest -Uri "https://github.com/opinkerfi/adagios-agent-windows/archive/master.zip" -outfile "$env:TEMP\master.zip" -Verbose

Expand-Archive -Path "$env:TEMP\master.zip" -DestinationPath "$env:TEMP" -Force -Verbose
& "$env:TEMP\adagios-agent-windows-master\Deploy-Application.exe"

$ENV:Path += ";C:\Program Files\NSclient++"

Change configuration settings

  • Change the file SupportFiles/allowed_hosts.ini
[/settings/default]
allowed hosts = 127.0.0.1,{ip_address_of_your_nagios_server}

To update allowed hosts from the command line, run

nscp.exe settings --path /settings/default --key "allowed hosts" --set "127.0.0.1,::1,monitoring-server
nscp.exe settings --list --path /settings/default --key "allowed hosts"

# Restart NSClient++
nscp.exe service --stop
nscp.exe service --start
  • Optional: Make your changes in Files/nsclient.ini . This configuration is currently configured for NRPE mode

Manual Installation

Download this repo as zip file to your windows server https://github.com/opinkerfi/adagios-agent-windows/archive/master.zip

Run Deploy-Application.exe to begin silent unattended installation.

The installation script will do the following:

  • Stop NSClient++ service
  • Uninstall/Update older NSClients
  • Install the correct package depending on your system architecture (32/64 bit)
  • Install Firewall Rules for NSClient++
  • Install your custom plugins and config files
  • Start the NSClient++ service

adagios-agent-windows's People

Contributors

gardart avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

nrmjba nandi-ai ducs

adagios-agent-windows's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.