mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
newdevice: Added detection for Himoinsa Gensets (#7295)
* newdevice: Added detection for Himoinsa Gensets * Update himoinsa.svg
This commit is contained in:
committed by
Tony Murray
parent
dbbb9ca7fa
commit
9cafcb6280
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 283.9 81.1"><path fill="#D10A11" d="M0 0h283.9v81.1H0z"/><g fill="#FFF"><path d="M161.7 32.2h-8.5c-4.8 0-7.6 1.2-7.6 6.2v5.1c0 5.1 2.8 6.2 7.6 6.2h8.5c4.8 0 7.6-1.2 7.6-6.2v-5.1c0-5-2.8-6.2-7.6-6.2zm2.2 9.7c0 2.5-.5 3.5-3 3.5h-6.8c-2.5 0-3-1-3-3.5V40c0-2.1.5-3.5 3.3-3.5h6.2c2.8 0 3.3 1.3 3.3 3.5v1.9zM218.1 38.9c-5.7 0-6.3 0-6.3-1.5 0-.9.8-1.3 2-1.3h5.9c2.4 0 2.6.5 2.6 1.8h5.3v-.5c0-3-.6-5.1-6.7-5.1h-7.4c-6.7 0-7 2.4-7 5.5 0 4.2.9 5.2 8.9 5.2 6.8 0 7.4.1 7.4 1.6 0 1.3-1.1 1.5-2.3 1.5H214c-1.5 0-2.3-.1-2.3-2h-5.3v1.2c0 3.7 1.9 4.7 6.7 4.7h6.4c7 0 8.6-.8 8.6-5.4.1-5.2-1.8-5.7-10-5.7zM98.1 38.4H87v-6.1h-5.3v17.3H87V43h11.1v6.6h5.3V32.3h-5.3M106.4 32.3h5.3v17.3h-5.3zM128.8 43.4l-6-11.1h-8.1v17.3h5.1l.1-12.5 6.9 12.5h4l7-12.5v12.5h5.1V32.3h-8.1M172 32.3h5.3v17.3H172zM198.4 44.9l-9.9-12.6h-8.2v17.3h5.3V37l9.9 12.6h8.2V32.3h-5.3M245.1 32.3h-6.9l-9.3 17.3h5.9l1.5-3.1H247l1.6 3.1h5.9l-9.4-17.3zm-6.8 10.5l3.3-6.5 3.4 6.5h-6.7z"/></g><circle fill="#FFF" cx="47.5" cy="42" r="24.5"/><g fill="#D10A11"><path d="M47.5 22.4c-10.8 0-19.6 8.8-19.6 19.6s8.8 19.6 19.6 19.6S67.1 52.8 67.1 42s-8.8-19.6-19.6-19.6zm-1.9 30.1l-4.3-4.3v-3.1l4.3 4.3v3.1zM46.8 42l-3.7 3.7v-4.9l-2.5 2.4v4.9l-4.3 4.3V37.8l4.3-4.3v4.3l2.5-2.5V31l3.7-3.7V42zm6.8 6.2l-4.3 4.3v-3.1l4.3-4.3v3.1zm4.9 4.3l-4.3-4.3v-4.9l-2.5-2.4v4.9L48.1 42V27.3l3.7 3.7v4.3l2.5 2.5v-4.3l4.3 4.3v14.7z"/><path d="M47.5 18.1c-13.2 0-23.9 10.7-23.9 23.9s10.7 24 23.9 24 23.9-10.8 23.9-24-10.7-23.9-23.9-23.9zm0 45.4C35.6 63.5 26 53.9 26 42s9.6-21.5 21.5-21.5S69 30.1 69 42c-.1 11.9-9.7 21.5-21.5 21.5z"/></g></svg>
|
||||
|
After Width: | Height: | Size: 1.6 KiB |
@@ -0,0 +1,10 @@
|
||||
os: himoinsa-gensets
|
||||
text: 'Himoinsa Generator Sets'
|
||||
type: power
|
||||
icon: himoinsa
|
||||
group: himoinsa
|
||||
over:
|
||||
- { graph: device_uptime, text: 'Device Uptime' }
|
||||
discovery:
|
||||
- sysDescr:
|
||||
- 'C2LAN SNMP'
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,2 @@
|
||||
1.3.6.1.2.1.1.1.0|4|C2LAN SNMP
|
||||
1.3.6.1.2.1.1.2.0|6|.0.0
|
||||
Reference in New Issue
Block a user