Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
nut-upsd
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Docker
nut-upsd
Merge requests
!1
MVP
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
MVP
develop
into
master
Overview
0
Commits
8
Pipelines
8
Changes
13
Merged
Erick Hitter
requested to merge
develop
into
master
5 years ago
Overview
0
Commits
8
Pipelines
8
Changes
13
Expand
Build images for linux/amd64 and arm (whatever the Pi 4 needs)
Merge config directories
Update sample so daemon accepts external connections
Consider exposing stats endpoints too
Anything useful in the entrypoints of other implementations?
https://github.com/upshift-docker/nut-upsd
https://github.com/instantlinux/docker-tools/tree/master/images/nut-upsd
Edited
5 years ago
by
Erick Hitter
0
0
Merge request reports
Compare
master
version 7
59bcea16
5 years ago
version 6
069735e6
5 years ago
version 5
329fd60f
5 years ago
version 4
1eb58280
5 years ago
version 3
f6b4d6b7
5 years ago
version 2
1c8d4e31
5 years ago
version 1
a47d0f7b
5 years ago
master (base)
and
version 6
latest version
5f6969c1
8 commits,
5 years ago
version 7
59bcea16
7 commits,
5 years ago
version 6
069735e6
6 commits,
5 years ago
version 5
329fd60f
5 commits,
5 years ago
version 4
1eb58280
4 commits,
5 years ago
version 3
f6b4d6b7
3 commits,
5 years ago
version 2
1c8d4e31
2 commits,
5 years ago
version 1
a47d0f7b
1 commit,
5 years ago
13 files
+
562
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
13
Search (e.g. *.vue) (Ctrl+P)
config/hosts.conf.sample
0 → 100644
+
29
−
0
Options
# Network UPS Tools: example hosts.conf
#
# This file is used to control the CGI programs. If you have not
# installed them, you may safely ignore or delete this file.
#
# -----------------------------------------------------------------------
#
# upsstats will use the list of MONITOR entries when displaying the
# default template (upsstats.html). The "FOREACHUPS" directive in the
# template will use this file to find systems running upsd.
#
# upsstats and upsimage also use this file to determine if a host may be
# monitored. This keeps evil people from using your system to annoy
# others with unintended queries.
#
# upsset presents a list of systems that may be viewed and controlled
# using this file.
#
# -----------------------------------------------------------------------
#
# Usage: list systems running upsd that you want to monitor
#
# MONITOR <system> "<host description>"
#
# Examples:
#
# MONITOR myups@localhost "Local UPS"
# MONITOR su2200@10.64.1.1 "Finance department"
# MONITOR matrix@shs-server.example.edu "Sierra High School data room #1"
Loading