Opened 5 years ago
Closed 5 years ago
#178 closed enhancement (invalid)
My VB Program
| Reported by: | anonymous | Owned by: | MickeM |
|---|---|---|---|
| Priority: | 1 | Milestone: | 0.3.4 |
| Component: | NSClientListener | Version: | 0.3.1 |
| Severity: | Feature Requests | Keywords: | |
| Cc: |
Description
I am working on a temperature sensor to intergrate into nagios.
can you provide a detailed example of how to intergrate
my vb program results into nsclient to have it report back to nagios.
If I can get this to work we would be able to monitor the Temperature and Humidity
of a computer room for under $50USD
thank you
Jeff (Columbus, Ohio - U.S.A.)
Change History (2)
comment:1 Changed 5 years ago by mickem
comment:2 Changed 5 years ago by mickem
- Milestone changed from 0.4.0 to 0.3.4
- Resolution set to invalid
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.









if you can provide me with the specs for talking with the device I could probably (given it is not to complex) create a plugin for you in C++, I will eventually add examples for making plugins in C# and Vb.net and such. But at the moment i have other priorities.
It should not be to hard though, all you need to do is export a set of symbols from your VB DLL and call it from there.
Another (less fancy) option is to make your VB program a console program and call it as an external command via the CheckExternalCommand? module.
Let me know which whay you co and I can give you some detaild infor in a few days or so...
MickeM