Skip to content

Commit

Permalink
Riello UPS os definition with RFC 1628 support (#9962)
Browse files Browse the repository at this point in the history
* Riello RFC 1628

* tests + logo

* private mibs

* private mibs
  • Loading branch information
PipoCanaja authored and murrant committed Mar 18, 2019
1 parent 70437ae commit 16f7e6c
Show file tree
Hide file tree
Showing 9 changed files with 4,513 additions and 0 deletions.
Binary file added html/images/os/riello.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions includes/definitions/riello.yaml
@@ -0,0 +1,12 @@
os: riello
text: 'Riello UPS'
type: power
icon: riello
rfc1628_compat: true
over:
- { graph: device_current, text: Current }
mib_dir:
- riello
discovery:
- sysObjectID:
- .1.3.6.1.4.1.5491.304
34 changes: 34 additions & 0 deletions mibs/riello/RIELLO-MIB
@@ -0,0 +1,34 @@
-- RPS S.p.A enterprise MIB definition

-- Copyright (c) RPS S.p.A.
-- Version: 1.0 by Michele Marcon
-- Date: 1.04.2016

-- Title: RIELLO MIB

-- ************************************************************************
-- ************************************************************************

-- RIELLO-MIB { iso org(3) dod(6) internet(1) private(4)
-- enterprises(1) riello(5491) }



RIELLO-MIB DEFINITIONS ::= BEGIN

IMPORTS
enterprises, MODULE-IDENTITY FROM SNMPv2-SMI;

rielloMIB MODULE-IDENTITY
LAST-UPDATED "201602230000Z"
ORGANIZATION "RPS S.p.A"
CONTACT-INFO
" Michele Marcon
E-mail: info@riello-ups.com"
DESCRIPTION
"The MIB module to describe Riello devices."

REVISION "201602230000Z"
DESCRIPTION "Latest avaialble" ::= { enterprises 5491 }

END

0 comments on commit 16f7e6c

Please sign in to comment.