![](https://secure.gravatar.com/avatar/5aae3ac9961776e45a224847f8a80a2b.jpg?s=120&d=mm&r=g)
Hi all
What's the best way to add MiBs to Observium?
Specifically I want to support HP MSM 760 WiFi controllers and also Smoothwall firewalls.
Olly
![](https://secure.gravatar.com/avatar/0fa97865a0e1ab36152b6b2299eedb49.jpg?s=120&d=mm&r=g)
Will Smith is unsupported at present.
adam. On 06/11/2015 15:45:43, Oliver Marshall oliver@olivermarshall.net wrote: Hi all
What's the best way to add MiBs to Observium?
Specifically I want to support HP MSM 760 WiFi controllers and also Smoothwall firewalls.
Olly _______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
![](https://secure.gravatar.com/avatar/5aae3ac9961776e45a224847f8a80a2b.jpg?s=120&d=mm&r=g)
If he sent updates via SNMP then it would be the dullest, though oddly addictive, stream to date.
Olly
On 6 November 2015 at 15:46, Adam Armstrong adama@memetic.org wrote:
Will Smith is unsupported at present.
adam.
On 06/11/2015 15:45:43, Oliver Marshall oliver@olivermarshall.net wrote: Hi all
What's the best way to add MiBs to Observium?
Specifically I want to support HP MSM 760 WiFi controllers and also Smoothwall firewalls.
Olly _______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
![](https://secure.gravatar.com/avatar/0fa97865a0e1ab36152b6b2299eedb49.jpg?s=120&d=mm&r=g)
Adding support for new devices, MIBs and services requires writing code, or at the very least some definition arrays.
You can look at the existing code for examples, we try to keep our code simple, so long as you already understand SNMP and RRD.
Supporting WiFi is... complex. I'm not sure what a Smoothwall device is likely to return that's different to any other net-snmp device. Can you even tell that it's smoothwall from SNMP?
adam. On 06/11/2015 15:52:08, Oliver Marshall oliver@olivermarshall.net wrote: If he sent updates via SNMP then it would be the dullest, though oddly addictive, stream to date.
Olly
On 6 November 2015 at 15:46, Adam Armstrong <adama@memetic.org [mailto:adama@memetic.org]> wrote:
Will Smith is unsupported at present.
adam. On 06/11/2015 15:45:43, Oliver Marshall <oliver@olivermarshall.net [mailto:oliver@olivermarshall.net]> wrote: Hi all
What's the best way to add MiBs to Observium?
Specifically I want to support HP MSM 760 WiFi controllers and also Smoothwall firewalls.
Olly _______________________________________________ observium mailing list observium@observium.org [mailto:observium@observium.org] http://postman.memetic.org/cgi-bin/mailman/listinfo/observium [http://postman.memetic.org/cgi-bin/mailman/listinfo/observium]
_______________________________________________ observium mailing list observium@observium.org [mailto:observium@observium.org] http://postman.memetic.org/cgi-bin/mailman/listinfo/observium [http://postman.memetic.org/cgi-bin/mailman/listinfo/observium]
_______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
![](https://secure.gravatar.com/avatar/5aae3ac9961776e45a224847f8a80a2b.jpg?s=120&d=mm&r=g)
Ahh right so we can't just drop MiBs in and add support for new SNMP devices?
To be honest it seems to be showing *some* smoothwall data, the basics like port throughput. There's a whole lot of graph errors though.
The MSM controllers appear to be not bad but all the access points, which report via the controllers, show up as WVLAN0 which makes graphs for them hard to find. Observium does show the MAC of the wifi AP so it's not bad.
I'll leave it running over the weekend.
Thanks
Olly
On 6 November 2015 at 15:57, Adam Armstrong adama@memetic.org wrote:
Adding support for new devices, MIBs and services requires writing code, or at the very least some definition arrays.
You can look at the existing code for examples, we try to keep our code simple, so long as you already understand SNMP and RRD.
Supporting WiFi is... complex. I'm not sure what a Smoothwall device is likely to return that's different to any other net-snmp device. Can you even tell that it's smoothwall from SNMP?
adam.
On 06/11/2015 15:52:08, Oliver Marshall oliver@olivermarshall.net wrote: If he sent updates via SNMP then it would be the dullest, though oddly addictive, stream to date.
Olly
On 6 November 2015 at 15:46, Adam Armstrong adama@memetic.org wrote:
Will Smith is unsupported at present.
adam.
On 06/11/2015 15:45:43, Oliver Marshall oliver@olivermarshall.net wrote: Hi all
What's the best way to add MiBs to Observium?
Specifically I want to support HP MSM 760 WiFi controllers and also Smoothwall firewalls.
Olly _______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
_______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
![](https://secure.gravatar.com/avatar/5aae3ac9961776e45a224847f8a80a2b.jpg?s=120&d=mm&r=g)
Actually, what would help is the ability to rename a port so that we can rename it from WLAN0 (which all APs show as) to the name of the actual port.
With that feature, I'm sold.
Olly
On 6 November 2015 at 16:17, Oliver Marshall oliver@olivermarshall.net wrote:
Ahh right so we can't just drop MiBs in and add support for new SNMP devices?
To be honest it seems to be showing *some* smoothwall data, the basics like port throughput. There's a whole lot of graph errors though.
The MSM controllers appear to be not bad but all the access points, which report via the controllers, show up as WVLAN0 which makes graphs for them hard to find. Observium does show the MAC of the wifi AP so it's not bad.
I'll leave it running over the weekend.
Thanks
Olly
On 6 November 2015 at 15:57, Adam Armstrong adama@memetic.org wrote:
Adding support for new devices, MIBs and services requires writing code, or at the very least some definition arrays.
You can look at the existing code for examples, we try to keep our code simple, so long as you already understand SNMP and RRD.
Supporting WiFi is... complex. I'm not sure what a Smoothwall device is likely to return that's different to any other net-snmp device. Can you even tell that it's smoothwall from SNMP?
adam.
On 06/11/2015 15:52:08, Oliver Marshall oliver@olivermarshall.net wrote: If he sent updates via SNMP then it would be the dullest, though oddly addictive, stream to date.
Olly
On 6 November 2015 at 15:46, Adam Armstrong adama@memetic.org wrote:
Will Smith is unsupported at present.
adam.
On 06/11/2015 15:45:43, Oliver Marshall oliver@olivermarshall.net wrote: Hi all
What's the best way to add MiBs to Observium?
Specifically I want to support HP MSM 760 WiFi controllers and also Smoothwall firewalls.
Olly _______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
_______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
![](https://secure.gravatar.com/avatar/0fa97865a0e1ab36152b6b2299eedb49.jpg?s=120&d=mm&r=g)
I'm not really sure what you mean.
As default we use ifDescr. There are config options you can apply to a device definition to use ifName or ifAlias for those OSes which mangle things.
So long as the string you want to use isn't an easily changeable one (i.e. not like the port description on a cisco device), then you can use it by setting the required definition value. You can see examples in includes/definitions/os.inc.php
You can also see in here how to "create" an os. It's largely just a definition, with some sysDescr or sysObjectId matching rules. And a logo, perhaps!
adam. On 06/11/2015 16:41:25, Oliver Marshall oliver@olivermarshall.net wrote: Actually, what would help is the ability to rename a port so that we can rename it from WLAN0 (which all APs show as) to the name of the actual port.
With that feature, I'm sold.
Olly
On 6 November 2015 at 16:17, Oliver Marshall <oliver@olivermarshall.net [mailto:oliver@olivermarshall.net]> wrote:
Ahh right so we can't just drop MiBs in and add support for new SNMP devices?
To be honest it seems to be showing *some* smoothwall data, the basics like port throughput. There's a whole lot of graph errors though.
The MSM controllers appear to be not bad but all the access points, which report via the controllers, show up as WVLAN0 which makes graphs for them hard to find. Observium does show the MAC of the wifi AP so it's not bad.
I'll leave it running over the weekend.
Thanks
Olly
On 6 November 2015 at 15:57, Adam Armstrong <adama@memetic.org [mailto:adama@memetic.org]> wrote:
Adding support for new devices, MIBs and services requires writing code, or at the very least some definition arrays.
You can look at the existing code for examples, we try to keep our code simple, so long as you already understand SNMP and RRD.
Supporting WiFi is... complex. I'm not sure what a Smoothwall device is likely to return that's different to any other net-snmp device. Can you even tell that it's smoothwall from SNMP?
adam. On 06/11/2015 15:52:08, Oliver Marshall <oliver@olivermarshall.net [mailto:oliver@olivermarshall.net]> wrote: If he sent updates via SNMP then it would be the dullest, though oddly addictive, stream to date.
Olly
On 6 November 2015 at 15:46, Adam Armstrong <adama@memetic.org [mailto:adama@memetic.org]> wrote:
Will Smith is unsupported at present.
adam. On 06/11/2015 15:45:43, Oliver Marshall <oliver@olivermarshall.net [mailto:oliver@olivermarshall.net]> wrote: Hi all
What's the best way to add MiBs to Observium?
Specifically I want to support HP MSM 760 WiFi controllers and also Smoothwall firewalls.
Olly _______________________________________________ observium mailing list observium@observium.org [mailto:observium@observium.org] http://postman.memetic.org/cgi-bin/mailman/listinfo/observium [http://postman.memetic.org/cgi-bin/mailman/listinfo/observium]
_______________________________________________ observium mailing list observium@observium.org [mailto:observium@observium.org] http://postman.memetic.org/cgi-bin/mailman/listinfo/observium [http://postman.memetic.org/cgi-bin/mailman/listinfo/observium]
_______________________________________________ observium mailing list observium@observium.org [mailto:observium@observium.org] http://postman.memetic.org/cgi-bin/mailman/listinfo/observium [http://postman.memetic.org/cgi-bin/mailman/listinfo/observium]
_______________________________________________ observium mailing list observium@observium.org [mailto:observium@observium.org] http://postman.memetic.org/cgi-bin/mailman/listinfo/observium [http://postman.memetic.org/cgi-bin/mailman/listinfo/observium]
_______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
![](https://secure.gravatar.com/avatar/33e5ea18a846bec7837bf242ab8107da.jpg?s=120&d=mm&r=g)
People still use MSMs? What is wrong with you :)
On 06/11/2015 15:45, Oliver Marshall wrote:
Hi all
What's the best way to add MiBs to Observium?
Specifically I want to support HP MSM 760 WiFi controllers and also Smoothwall firewalls.
Olly
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
![](https://secure.gravatar.com/avatar/5aae3ac9961776e45a224847f8a80a2b.jpg?s=120&d=mm&r=g)
Not my choice dude. They are....well.....cost effective, lets say that.
Would rather have a Ruckus but there's no way we will get sign off to replace 300 APs and our cluster of controllers before the next millennium :)
On 9 November 2015 at 02:36, Joe Holden mail@m.jwh.me.uk wrote:
People still use MSMs? What is wrong with you :)
On 06/11/2015 15:45, Oliver Marshall wrote:
Hi all
What's the best way to add MiBs to Observium?
Specifically I want to support HP MSM 760 WiFi controllers and also Smoothwall firewalls.
Olly
observium mailing listobservium@observium.orghttp://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
participants (3)
-
Adam Armstrong
-
Joe Holden
-
Oliver Marshall