-
the command will output a set of values about the UPS and the batteries:
[root@boxs ~]# upsc powerwalker@localhost
battery.charge: 100
battery.voltage: 26.90
battery.voltage.high: 26.00
battery.volta…
-
After installation, open vim, got the following issue:
```
~ jeffery$ vim
neocomplete does not work with this version of Vim.
It requires Vim 7.3.885 or later with Lua support ("+lua").
Press ENTER…
-
The old QNAP optware repo had the util-linux-ng package which includes the ionice utility. That utility is usefully to reduce disk IO thrashing from backgrounds tasks such as clamscan.
Please add th…
-
apcupsd "Time left" graph has normally Minutes as the title for y axis, but when clicking the graph to get larger version the y axis title changes to "Volts". Should the larger graph also have the sam…
-
If comment duplicate_foreach like this
```
define service {
use service-nwc-link-state
host_name host1
service_description INTERFACE-$KEY$-STATE
duplicate_foreach _ifa…
k0ste updated
9 years ago
-
This commit: https://github.com/NixOS/nixops/commit/a2718b65615ec4a71a0f819db5fa675632e62f34 switched from DSA to EC DSA.
This seems to not work on OS X (10.8.5):
```
bash-3.2$ ssh-keygen -t ecdsa -…
-
I'm running monitorox on archlinux and it keeps crashing right after restarting the service.
```
3 ✗ root@chaos ~ $ systemctl status monitorix -l
● monitorix.service - Monitorix
Loaded: loaded (/u…
5chdn updated
8 years ago
-
```
D:\dev\go\gopath\src\github.com\shirou\gopsutil\process [master...origin/master]> go test --test.run=Test_Process_Name
--- FAIL: Test_Process_Name (0.19s)
process_test.go:188: geting name …
-
```
UPS support should be inplemented to use nv_cache in a secure way.
nv_cache=1 should not be possible if no UPS is detected.
```
Original issue reported on code.google.com by `mahir.ya...@gmail.c…
-
As all of our UPSes are accessible over the network and uniformly configured, we need a property called `ups` which will declare which UPS (or UPSes in more complex variant) power given server, if any…