aboutsummaryrefslogtreecommitdiffstats
path: root/config/nut
Commit message (Collapse)AuthorAgeFilesLines
* Reorganize the nut settings so it's more obvious that the "Remote access" ↵jim-p2011-06-031-43/+47
| | | | settings can be used for both Local and SNMP UPS types.
* Let the snmp ups definition also setup the remote access username/pw.jim-p2011-05-271-0/+3
|
* Fix nut status name display for snmpjim-p2011-05-271-1/+1
|
* Fix field name for nut, another bumpjim-p2011-05-271-1/+1
|
* Slight fix to nut.xml, bump again.jim-p2011-05-271-2/+1
|
* Add initial SNMP UPS support. Version bump nut.jim-p2011-05-253-7/+223
|
* Add some GUI choices for UPS devices using the upscode2 driver which is ↵jim-p2010-08-231-0/+36
| | | | already installed but was not selectable. Version bump.
* use correct device, usbhid-ups not newhidupsChris Buechler2010-07-121-17/+17
|
* Add an option to the NUT package that will let the user choose to power down ↵jim-p2009-04-192-2/+10
| | | | | | (shutdown -p) instead of halt. Should fix Ticket #1882 Shutdown -p will only work on supported systems. Since the behavior on unsupported systems is unknown, giving the user a choice seemed like the better way.
* mv packages to config dir to match web layoutBill Marquette2009-02-063-0/+1154
203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371