Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re^2: Reporting state of your app via SNMP (on Win32)

by Eyck (Priest)
on Aug 02, 2007 at 11:53 UTC ( [id://630257]=note: print w/replies, xml ) Need Help??


in reply to Re: Reporting state of your app via SNMP (on Win32)
in thread Reporting state of your app via SNMP (on Win32)

With Net::SNMP main concern is reading data from some server in the network.

The question is - how can I export that data, so that someone using for example Net::SNMP is able to read it?

In other words - I need to be able to act as a SNMP server, but since you normally already have SNMP agent running (be it Windows Agent or unixish snmpd daemon), ones needs a way of exporting some variable via that previously-running daemon.

To do that, you need some way of plugging into that daemon..., I hope I cleared it up.

  • Comment on Re^2: Reporting state of your app via SNMP (on Win32)

Replies are listed 'Best First'.
Re^3: Reporting state of your app via SNMP (on Win32)
by roboticus (Chancellor) on Aug 02, 2007 at 13:35 UTC

    Eyck:

    Google for information about the WMI SDK (Windows Measurement Interface) for info. I've not done it, but I believe that Windows supports accessing the same data through WMI and SNMP. So if you can publish your data to WMI, you should be able to export it to SNMP. Sorry I can't provide any better info...

    ...roboticus

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://630257]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (6)
As of 2024-04-18 17:20 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found