search for: netdisco

Displaying 5 results from an estimated 5 matches for "netdisco".

Did you mean: netdis
2009 Apr 21
8
One for the Cisco experts...
I have a Cisco 6509 switch that I'm monitoring with SNMP from a CentOS5 machine. SNMP polls are the only access I have to this device, we are not allowed to log on via telnet. How can I find out which port on the switch a particular server is connected to? I was hoping that this is somehow possible using the mac address and the data gathered from snmpwalk/snmpget requests but I'm not
2007 Mar 28
3
class imports?
I have a lot of this going on: -- class lighttpd { import "lighttpd.pp" } class mysql { import "mysql.pp" } class nagios { import "nagios.pp" } class netdisco { import "netdisco.pp" } class nfs_server { import "nfs.pp"} class openldap { import "openldap.pp" } -- But my client is trying to realize all of these, even though I don''t have any nodes defined. Can I use classes and imports this way? -- -- Perfection...
2017 Jun 02
1
more recent perl version?
...t?s a good thing, though it can be difficult to run systems > using ancient software. You may want to check the following paradigm (from another open source perl-based application) to create a Perl environment within your system, avoiding to tamper with it: https://metacpan.org/pod/App::Netdisco#Installation We are running it in production for years and has been great in maintenance and operation (despite my initial fears). Alternatively, you can use a container. See for example: https://linuxcontainers.org/ http://www.itzgeek.com/how-tos/linux/centos-how-tos/setup-linux-contai...
2014 Jan 14
1
libapreq2
Is there no package for libapreq2 anymore? Im trying to get netdisco setup on a new centos 6.5 server and cant find any package that provides this module. ddh -- Dwayne Hottinger Network Administrator Harrisonburg City Public Schools
2017 May 24
3
more recent perl version?
On May 24, 2017, at 9:38 AM, hw <hw at gc-24.de> wrote: > > Warren Young schrieb: >> On May 24, 2017, at 7:05 AM, hw <hw at gc-24.de> wrote: >>> apache uses mod_perl >> >> mod_perl was dropped from Apache in 2.4, and Red Hat followed suit with RHEL 7. > > What is it using instead? There are various options. We use mod_fcgid + Plack here. And