Send Netdot-users mailing list submissions to
        [email protected]

To subscribe or unsubscribe via the World Wide Web, visit
        https://osl.uoregon.edu/mailman/listinfo/netdot-users
or, via email, send a message with subject or body 'help' to
        [email protected]

You can reach the person managing the list at
        [email protected]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Netdot-users digest..."


Today's Topics:

   1. Error message (Cosme Corr?a)
   2. Re: Error message (Carlos Vicente)
   3. Re: Error message (Cosme Corr?a)
   4. Nagios export working, or almost (Cosme Corr?a)
   5. Re: Error message (Anton Berezin)


----------------------------------------------------------------------

Message: 1
Date: Sun, 19 Oct 2014 16:17:26 -0300
From: Cosme Corr?a <[email protected]>
Subject: [Netdot-users] Error message
To: Netdot-users <[email protected]>
Message-ID: <[email protected]>
Content-Type: text/plain; charset=utf-8; format=flowed

Hi,

running this:  /usr/local/netdot/bin/updatedevices.pl -B 200.20/24 -I -c 
public

I get this:

INFO - Inserted new RR: xxx.yyy.zzz
INFO - Inserting new Device: aaa.bbb.ccc.ddd
INFO - xxx.yyy.zzz: SNMP target address set to aaa.bbb.ccc.ddd
Use of uninitialized value $address in sprintf at 
/usr/local/netdot/lib/Netdot/Model/Device.pm line 5641.

Does it make any sense?

TIA

-- 
Cosme Faria Corr?a



------------------------------

Message: 2
Date: Mon, 20 Oct 2014 09:05:59 -0400
From: Carlos Vicente <[email protected]>
Subject: Re: [Netdot-users] Error message
To: Cosme Corr?a <[email protected]>
Cc: Netdot-users <[email protected]>
Message-ID: <[email protected]>
Content-Type: text/plain; charset=iso-8859-1

Cosme,

What version are you running?

It would help to paste the context of line 5641 in your installed code.

cv

On Oct 19, 2014, at 3:17 PM, Cosme Corr?a <[email protected]> wrote:

> Hi,
> 
> running this:  /usr/local/netdot/bin/updatedevices.pl -B 200.20/24 -I -c 
> public
> 
> I get this:
> 
> INFO - Inserted new RR: xxx.yyy.zzz
> INFO - Inserting new Device: aaa.bbb.ccc.ddd
> INFO - xxx.yyy.zzz: SNMP target address set to aaa.bbb.ccc.ddd
> Use of uninitialized value $address in sprintf at 
> /usr/local/netdot/lib/Netdot/Model/Device.pm line 5641.
> 
> Does it make any sense?
> 
> TIA
> 
> -- 
> Cosme Faria Corr?a
> 
> _______________________________________________
> Netdot-users mailing list
> [email protected]
> https://osl.uoregon.edu/mailman/listinfo/netdot-users




------------------------------

Message: 3
Date: Mon, 20 Oct 2014 10:23:43 -0300
From: Cosme Corr?a <[email protected]>
Subject: Re: [Netdot-users] Error message
To: Carlos Vicente <[email protected]>
Cc: Netdot-users <[email protected]>
Message-ID: <[email protected]>
Content-Type: text/plain; charset="windows-1252"

Vicente,

I am using:

  * Netdot 1.6
      o and a patch from Anton
  * Centos 6.5
  * postgresql92
  * Apache - httpd-2.2.15-31

What more can be useful?




On 10/20/2014 10:05 AM, Carlos Vicente wrote:
> Cosme,
>
> What version are you running?
>
> It would help to paste the context of line 5641 in your installed code.
>
> cv
>
> On Oct 19, 2014, at 3:17 PM, Cosme Corr?a <[email protected]> wrote:
>
>> Hi,
>>
>> running this:  /usr/local/netdot/bin/updatedevices.pl -B 200.20/24 -I -c
>> public
>>
>> I get this:
>>
>> INFO - Inserted new RR: xxx.yyy.zzz
>> INFO - Inserting new Device: aaa.bbb.ccc.ddd
>> INFO - xxx.yyy.zzz: SNMP target address set to aaa.bbb.ccc.ddd
>> Use of uninitialized value $address in sprintf at
>> /usr/local/netdot/lib/Netdot/Model/Device.pm line 5641.
>>
>> Does it make any sense?
>>
>> TIA
>>
>> -- 
>> Cosme Faria Corr?a
>>
>> _______________________________________________
>> Netdot-users mailing list
>> [email protected]
>> https://osl.uoregon.edu/mailman/listinfo/netdot-users

-- 
Cosme Faria Corr?a

-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
http://osl.uoregon.edu/pipermail/netdot-users/attachments/20141020/c33160b2/attachment-0001.html
 

------------------------------

Message: 4
Date: Mon, 20 Oct 2014 10:28:06 -0300
From: Cosme Corr?a <[email protected]>
Subject: [Netdot-users] Nagios export working, or almost
To: Netdot-users <[email protected]>
Message-ID: <[email protected]>
Content-Type: text/plain; charset=utf-8; format=flowed

Hi,

after some effort I had success getting a Nagios Export, but without 
"parenting".
Is it that way or I am doing something wrong?

TIA

-- 
Cosme Faria Corr?a



------------------------------

Message: 5
Date: Mon, 20 Oct 2014 16:43:12 +0200
From: Anton Berezin <[email protected]>
Subject: Re: [Netdot-users] Error message
To: Cosme Corr?a <[email protected]>
Cc: Carlos Vicente <[email protected]>,     Netdot-users
        <[email protected]>
Message-ID: <[email protected]>
Content-Type: text/plain; charset=utf-8

On Mon, Oct 20, 2014 at 10:23:43AM -0300, Cosme Corr?a wrote:
> Vicente,
> 
> I am using:
> 
>   ? Netdot 1.6
>       ? and a patch from Anton
>   ? Centos 6.5
>   ? postgresql92
>   ? Apache - httpd-2.2.15-31
> 
> What more can be useful?

I think that line 5641 is

        $logger->debug(sprintf("%s: Could not insert base MAC: %s: %s",

in your installation (that's the only sprintf which uses $address variable
anyways).

A useful bit of information would be if you re-run the same command with
debug log level enabled (use "-d" option for that).

\Anton.

> On 10/20/2014 10:05 AM, Carlos Vicente wrote:
> 
>     Cosme,
> 
>     What version are you running?
> 
>     It would help to paste the context of line 5641 in your installed code.
> 
>     cv
> 
>     On Oct 19, 2014, at 3:17 PM, Cosme Corr?a <[email protected]> wrote:
> 
> 
>         Hi,
> 
>         running this:  /usr/local/netdot/bin/updatedevices.pl -B 200.20/24 -I 
> -c
>         public
> 
>         I get this:
> 
>         INFO - Inserted new RR: xxx.yyy.zzz
>         INFO - Inserting new Device: aaa.bbb.ccc.ddd
>         INFO - xxx.yyy.zzz: SNMP target address set to aaa.bbb.ccc.ddd
>         Use of uninitialized value $address in sprintf at
>         /usr/local/netdot/lib/Netdot/Model/Device.pm line 5641.
> 
>         Does it make any sense?
> 
>         TIA
> 
>         --
>         Cosme Faria Corr?a
> 
>         _______________________________________________
>         Netdot-users mailing list
>         [email protected]
>         https://osl.uoregon.edu/mailman/listinfo/netdot-users
> 
> 
> --
> Cosme Faria Corr?a
> 

> _______________________________________________
> Netdot-users mailing list
> [email protected]
> https://osl.uoregon.edu/mailman/listinfo/netdot-users


-- 
Our society can survive even a large amount of irrational regulation.
  -- John McCarthy


------------------------------

_______________________________________________
Netdot-users mailing list
[email protected]
https://osl.uoregon.edu/mailman/listinfo/netdot-users


End of Netdot-users Digest, Vol 71, Issue 5
*******************************************

Reply via email to