| Chas. Owens 2007-12-20, 8:00 am |
| On Dec 20, 2007 3:17 AM, Anirban Adhikary <anirban.adhikary@gmail.com> wrote:
> Dear List
>
> I want to write a system monitoring script using SNMP protocol. So for that
> reason I need a sample script in PERL using NET::SNMP module of SNMP agent
> as well as SNMP manager. Regarding this if I get any help from you people I
> will be highly obliged.
snip
three things:
1. It is Perl if you are talking about the language or perl if you are
talking about the interpreter. It is never* PERL.
2. There is no module named NET::SNMP, it is Net::SNMP.
3. A quick Google search** will net you quite a few examples of varying quality.
* well, I guess if you are on a really old system that only does
uppercase it could be PERL, but that is very rare.
** http://www.google.com/search?q=perl+snmp+example
|