Skip to content

chvvkumar/apex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 

Repository files navigation

Neptune Apex Grafana Dashboard:

A TIG stack config to monitor Neptune Systems' Apex series of aquarium controllers

Dashboard:

The JSON dashboard can be found within this repo. Import it into your grafana instance.

image

Prerequisites:

Installed and working Influxdb, Grafana and Telegraf

For newer Apex: Nothing needs changing. My A3 Apex worked right out of the box.

For Apex Classic: "Open XML Access" on your Apex controller should be enabled. This setting can be found in the configuration > Network Setup section

Apex Settings

  1. Telegraf should be at at-least version 1.9.3 (Credit to Max Renaud)

Telegraf input plugin configuration:

Replace the "apex.lan" with your apex controller host name. Here I am using two Apex controllers.

###############################################################################

# INPUT PLUGINS #

###############################################################################

#Apex Aquarium Controller
[[inputs.neptune_apex]]
servers = [
                "http://apex.lan:1982",
                "http://a3apexjr.lan"
        ]    
###############################################################################
#                            PROCESSOR PLUGINS                                #
###############################################################################

[[processors.enum]]
 namepass = ["neptune_apex"]
 [[processors.enum.mapping]]
  field = "state"
  dest = "state_code"
  default = 0
  [processors.enum.mapping.value_mappings]
   AON = 1
   ON  = 2
   AOF = 3
   OFF = 4

Releases

No releases published

Packages

No packages published