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

To subscribe or unsubscribe via the World Wide Web, visit
        https://lists.sourceforge.net/lists/listinfo/netdisco-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 netdisco-users digest..."
Today's Topics:

   1. AUTO : Jos? Cordeiro est ? l'ext?rieur du bureau (returning
      31/08/2015) ([email protected])
   2. Re: sshcollector doesn?t fetch arp entries (Sebastian R?sch)
   3. Re: Custom SQL/Web reporting (Andy Ruhl)
   4. Netdisco v2 icons not displaying in IE11 (Lavin, Michael (ITS))
   5. Re: Netdisco v2 icons not displaying in IE11 (Michael Butash)
--- Begin Message ---
Je suis absent(e) du bureau jusqu'au 31/08/2015

Bonjour
Je suis présentement à l'extérieur du bureau. Pour toutes informations
urgentes, svp contacter M. Van Leeuw au 8004. Pour toutes informations
reliés au réseau, M. Pierre Gorodko au 25154
Merci


Remarque : ceci est une réponse automatique à votre message
"netdisco-users Digest, Vol 110, Issue 1" envoyé le 03/08/2015 3:19:15 AM.

C'est la seule notification que vous recevrez pendant l'absence de cette
personne.

--- End Message ---
--- Begin Message ---
Hi Oliver,

it´s working very good, I was wrong with the commands in the configuration 
file. Now fetching on a Cisco ASA works fine!


Thanks
Sebastian



> -----Ursprüngliche Nachricht-----
> Von: Oliver Gorwits [mailto:[email protected]]
> Gesendet: Mittwoch, 22. Juli 2015 10:26
> An: [email protected]
> Betreff: Re: [Netdisco] sshcollector doesn´t fetch arp entries
> 
> Hi Sebastian,
> 
> You can set log=debug in the deployment.yml file to enable more logging.
> 
> Unfortunately beyond that, you really need to dig into the code to work out
> what's going on. Under the hood the sshcollector uses Expect to scrape the
> CLI. Perhaps it's using the wrong command for your platform or railing to
> login correctly.
> 
> The source is here, which you could copy and try modifying?
> 
> https://metacpan.org/source/OLIVER/App-Netdisco-
> 2.032005/lib/App/Netdisco/SSHCollector/Platform/ASA.pm
> 
> The $ssh parameter is a Net::OpenSSH connection to the device.
> 
> regards,
> oliver.
> 
> 
> On 2015-06-10 16:53, Sebastian Rösch wrote:
> > I´ve updated to 2.032005 and installed netdisco-sshcollector. I
> > configured the deployment.yml and I´m still not able to retrieve the
> > arp table from my cisco asa. On the ASA I see the established ssh
> > connection from netdisco, but theres nothing happening I think. Does
> > it take a long time to finish?
> >
> > This is the output from the command Line and it doesn´t change:
> >
> > netdisco@ubuntu:~$ netdisco-sshcollector -DQ
> >
> > [1760] 2015-06-10 15:42:03 debug 10.206.254.3 1760 arpnip()
> >
> > What can I do? How can I troubleshoot this?
> >
> > Best Regards
> >
> > Sebastian
> 
> 


--- End Message ---
--- Begin Message ---
On Sun, Aug 2, 2015 at 10:41 PM, Andy Sainsbury <[email protected]> wrote:
> Hi there,
>
> I'm having difficulty working out the syntax required to post a report in
> the environment.yml file to represent the following SQL query:
>
> SELECT device.name,
>        device.serial,
>        device.model,
>        device.os_ver,
>        device_module.description,
>        device_module.serial,
>        device_module.model,
>        device_module.class
> FROM device_module
> INNER JOIN device ON device.ip=device_module.ip
> WHERE device.vendor LIKE 'cisco'
>   AND device_module.model ~ '-SUP'
> ORDER BY device.os_ver;
>
> I can build custom reports from data originating from one table after
> reading the documents:
>
>   - tag: host_list
>      category: Device
>      label: 'List of All Devices'
>      columns:
>        - {name: 'Name'}
>        - {model: 'Model'}
>        - {serial: 'Serial'}
>        - {os: 'OS'}
>        - {os_ver: 'OS Version'}
>
>   query: |
>        SELECT d.name, d.model, d.serial, d.os, d.os_ver
>          FROM device d
>        ORDER BY name
>
> Just I can't work out the method of writing up the syntax for more
> complicated SQL queries across multiple tables.
>
> Any help much appreciated!

I can't find the environment.yml file to check this out.

This is just me talking out loud, I haven't actually tried this:

It would be nice if you could turn the query into a database view,
then report on the view.

Hopefully there is no connection between these reports and an actual table name.

Andy



--- End Message ---
--- Begin Message ---
Netdisco v2 icons not displaying in IE11. Chrome shows everything fine but 
default browser in our organization is IE11.
For example, the Legend on the Ports display has not Link Up, Link Down, Port 
Free icons.
Also magnifying glass next to the search bar does not appear. To be clear, no 
icons on any web page show up, just text, checkboxes, drop downs.
The disco ball logo graphic does show up in the menu bar.

I tried compatibility view and changing the security zone settings in IE and 
also tried Googling but did not find any solutions or even mention of this 
issue happening for anyone else.

Is this a setting in IE I need to fix or is it an issue with how I installed 
Netdisco ?

Thank you all.

P.S. Wonderful product. Vital to our ability to manage our network.

--- End Message ---
--- Begin Message ---
I've seen that occur with IE before with linux webapps, my answer is usually "well don't use IE, why on earth are you anyways?".  I'm presuming these work in Chrome/Firefox?  Do they render if you look at the image direct?

I've seen mitm proxies do weird things like that too.  Being .gov, you probably have some crappy bluecoat appliances or like (maybe local hips clients?) wreaking havoc on in-flight sessions.

If it works in everything else, I think it just comes down to how m$ is rendering the code, which is usually poorly, or at least different from, well standards.  I just expect IE not to render anything right hosted from linux based on my experiences, which having used linux as a desktop for the past decade, is dated.

-mb


On 08/03/2015 09:02 AM, Lavin, Michael (ITS) wrote:

Netdisco v2 icons not displaying in IE11. Chrome shows everything fine but default browser in our organization is IE11.

For example, the Legend on the Ports display has not Link Up, Link Down, Port Free icons.

Also magnifying glass next to the search bar does not appear. To be clear, no icons on any web page show up, just text, checkboxes, drop downs.

The disco ball logo graphic does show up in the menu bar.

 

I tried compatibility view and changing the security zone settings in IE and also tried Googling but did not find any solutions or even mention of this issue happening for anyone else.

 

Is this a setting in IE I need to fix or is it an issue with how I installed Netdisco ?

 

Thank you all.

 

P.S. Wonderful product. Vital to our ability to manage our network.



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


_______________________________________________
Netdisco mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/netdisco-users


--- End Message ---
------------------------------------------------------------------------------
_______________________________________________
Netdisco mailing list - Digest Mode
[email protected]
https://lists.sourceforge.net/lists/listinfo/netdisco-users

Reply via email to