Skip to content

EyesOfNetworkCommunity/eyesofindicator-samples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EyesOfIndicator implementation for EyesOfNetwork

Dashing Logo

Description

This script allow you to push to a EyesOfIndicator server information about your EyesOfNetwork supervision. It returns :

  • A green tile when all is ok
  • An orange tile with a Warning message when there is warnings on your supervision
  • A red tile with a Critical message when there is criticals on your supervision

How to use

You must change these variables first on the PushEonToDashing.php file with the IP address, the port and the auth token of your dashing :

$api_eoi = "http://EOI_IP:EOI_PORT/widgets/nagios-prod"

$eoi_token = "EOI_AUTH_TOKEN"

After, simply execute the command.

php /path/to/script/PushEonToDashing.php

Releases

No releases published

Packages

No packages published

Languages