Win32 - Motherboard Monitor 5 via SNMP
Moderators: Developers, Moderators
When using cactid, you must supply the full path of the executable (in this case, perl) in the path.
| Scripts: Monitor processes | RFC1213 MIB | DOCSIS Stats | Dell PowerEdge | Speedfan | APC UPS | DOCSIS CMTS | 3ware | Motorola Canopy |
| Guides: Windows Install | [HOWTO] Debug Windows NTFS permission problems |
| Tools: Windows All-in-one Installer |
I found a quick and dirty way to convert the returned (and thus graphed) values to Fahrenheit. (For us crazy Americans )
-Go to Console -> Graph Management -> CDEFs
-Create a new CDEF named "Celsius to Fahrenheit"
-Hit Add, and choose Special Data Source and then Current Graph Item Data Source. Hit create.
-Hit Add again, choose Custom String and enter (without quotes) "1.8,*,32,+" and hit create.
-Save your new CDEF
-Drill down into your graph templates and edit SNMP - MBM5 - Temperature.
-Click on Graph Item #1
-Change the CDEF Function to the new Celsius to Fahrenheit CDEF you created
-Save the item
-Repeat for all Graph Items listed
That should be it.
-Go to Console -> Graph Management -> CDEFs
-Create a new CDEF named "Celsius to Fahrenheit"
-Hit Add, and choose Special Data Source and then Current Graph Item Data Source. Hit create.
-Hit Add again, choose Custom String and enter (without quotes) "1.8,*,32,+" and hit create.
-Save your new CDEF
-Drill down into your graph templates and edit SNMP - MBM5 - Temperature.
-Click on Graph Item #1
-Change the CDEF Function to the new Celsius to Fahrenheit CDEF you created
-Save the item
-Repeat for all Graph Items listed
That should be it.
SpeedFan SNMP Extension Version 0.0.4 Build 12 for Vista
Hello everyone. Just wanted to let you know that a new version of SpeedFan SNMP (0.0.4 Build 12) was released today, which should work on Vista and has new debug logging facilities. Everyone who had problems with previous versions please try this version and send me a debug log. Also the extension agent now uses WiX v3 to install itself.
You can get the binaries and sourcecode here:
http://code.bastart.eu.org/projects/sfsnmp/
Here is the readme.txt:
After you have installed the extension successfully you should be able to do something like this from your Linux box to verify that it works:
You can get the binaries and sourcecode here:
http://code.bastart.eu.org/projects/sfsnmp/
Here is the readme.txt:
Code: Select all
SpeedFan SNMP Extension README File
======================================---
Copyright (c) 2006 - 2007 Bastart
1. INSTALLING PREQUISITES
============================
To install this you have to have an installed SNMP Service for your version of Windows.
In Windows Versions before Vista this is located here:
---------------------------------------------------------
Start | Settings | Control Panel | Add or Remove Programs | Add/Remove Windows Components | Management and Monitoring Tools | Simple Network Management Protocol
In Windows Vista this is located here:
-----------------------------------------
Start | Settings | Control Panel | Programs and Functions | Enable or disable Windows functions | SNMP-Function
(If the english text isn't correct, please correct me as I only have german Windows Vista)
You will also need to install SpeedFan from Almico (http://www.almico.com/speedfan.php) so the extension can get its values.
2. ENABLE DEBUG LOGGING
==========================
To enable a Debug Log create this key:
-----------------------------------------
HKEY_LOCAL_MACHINE\SOFTWARE\Bastart\SFSNMP\CurrentVersion\DebugFile
The value should be the path where the logfile should be created.
After you have installed the extension successfully you should be able to do something like this from your Linux box to verify that it works:
Code: Select all
filesrv1 sfsnmp # snmpwalk -v2c -c bastart ago.bastart.net .1.3.6.1.4.1.16.0.1.0
SNMPv2-SMI::enterprises.16.0.1.0 = INTEGER: 5200
filesrv1 sfsnmp # snmpwalk -v2c -c bastart ago.bastart.net .1.3.6.1.4.1.16.0.2.0
SNMPv2-SMI::enterprises.16.0.2.0 = INTEGER: 0
filesrv1 sfsnmp # snmpwalk -v2c -c bastart ago.bastart.net .1.3.6.1.4.1.16.0.3.0
SNMPv2-SMI::enterprises.16.0.3.0 = INTEGER: 174
filesrv1 sfsnmp #
Great!
I've been dreading my upcoming system upgrade since I know MBM5 won't support it. Unless someone beats me to it, I'll be creating templates for Speedfan later this summer when I get the new system.
I've been dreading my upcoming system upgrade since I know MBM5 won't support it. Unless someone beats me to it, I'll be creating templates for Speedfan later this summer when I get the new system.
| Scripts: Monitor processes | RFC1213 MIB | DOCSIS Stats | Dell PowerEdge | Speedfan | APC UPS | DOCSIS CMTS | 3ware | Motorola Canopy |
| Guides: Windows Install | [HOWTO] Debug Windows NTFS permission problems |
| Tools: Windows All-in-one Installer |
I've created a new set of templates which utilize the PHP script server in cacti for Speedfan, which is more efficient than the original templates which come with Speedfan. http://forums.cacti.net/viewtopic.php?p=112136
| Scripts: Monitor processes | RFC1213 MIB | DOCSIS Stats | Dell PowerEdge | Speedfan | APC UPS | DOCSIS CMTS | 3ware | Motorola Canopy |
| Guides: Windows Install | [HOWTO] Debug Windows NTFS permission problems |
| Tools: Windows All-in-one Installer |
-
- Posts: 23
- Joined: Mon Jun 15, 2009 1:09 am
Re: Win32 - Motherboard Monitor 5 via SNMP
Hello,
Is this template may use on a linux cacti machine?
I use this template - http://forums.cacti.net/viewtopic.php?f ... hilit=Mbm5, but unfortunatly after use it, in the moment when template working, my cpu is 100% load.
Is this template may use on a linux cacti machine?
I use this template - http://forums.cacti.net/viewtopic.php?f ... hilit=Mbm5, but unfortunatly after use it, in the moment when template working, my cpu is 100% load.
Re: Win32 - Motherboard Monitor 5 via SNMP
1) MBM5 has been dead for many years. It only runs in Windows.
2) Find the process which is causing the high cpu usage.
2) Find the process which is causing the high cpu usage.
| Scripts: Monitor processes | RFC1213 MIB | DOCSIS Stats | Dell PowerEdge | Speedfan | APC UPS | DOCSIS CMTS | 3ware | Motorola Canopy |
| Guides: Windows Install | [HOWTO] Debug Windows NTFS permission problems |
| Tools: Windows All-in-one Installer |
-
- Posts: 23
- Joined: Mon Jun 15, 2009 1:09 am
Re: Win32 - Motherboard Monitor 5 via SNMP
Thank you for answer.
I found process. This was snmp-informant_mbm5.php script.
Now instead of mbm5 i use speedfan - http://forums.cacti.net/viewtopic.php?f=12&t=23476
Less comfort but more effective for performance cacti because of pure snmp.
Thank you for template.
I found process. This was snmp-informant_mbm5.php script.
Now instead of mbm5 i use speedfan - http://forums.cacti.net/viewtopic.php?f=12&t=23476
Less comfort but more effective for performance cacti because of pure snmp.
Thank you for template.
Who is online
Users browsing this forum: No registered users and 0 guests