![](https://secure.gravatar.com/avatar/8731be9646a6aa4732da332c911d0908.jpg?s=120&d=mm&r=g)
Hi All
I have added the below to the config file, but nothing seems to be getting discovered, is there a $config[Œautodiscover¹] = TRUE or something I am missing?
$config['autodiscovery']['ip_nets'] = array("10.200.4.0/24", "10.200.1.0/24"); $config['autodiscovery']['xdp'] = TRUE; // Autodiscover hosts via discovery protocols $config['autodiscovery']['snmpscan'] = TRUE; // autodiscover hosts via SNMP scanning $config['discover_services'] = false; ## Autodiscover services via SNMP on devices of type "server"
![](https://secure.gravatar.com/avatar/0fa97865a0e1ab36152b6b2299eedb49.jpg?s=120&d=mm&r=g)
Hi,
A lot of these things are legacy options which don't really do anything anymore.
ip_nets and xdp still function, and control wether things seen via CDP/FDP, etc are discovered.
adam. On 17/11/2015 14:04:32, Lyndon Labuschagne lyndonl@mobiletorque.co.za wrote: Hi All
I have added the below to the config file, but nothing seems to be getting discovered, is there a $config[Œautodiscover¹] = TRUE or something I am missing?
$config['autodiscovery']['ip_nets'] = array("10.200.4.0/24", "10.200.1.0/24"); $config['autodiscovery']['xdp'] = TRUE; // Autodiscover hosts via discovery protocols $config['autodiscovery']['snmpscan'] = TRUE; // autodiscover hosts via SNMP scanning $config['discover_services'] = false; ## Autodiscover services via SNMP on devices of type "server"
_______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
![](https://secure.gravatar.com/avatar/8731be9646a6aa4732da332c911d0908.jpg?s=120&d=mm&r=g)
Thanks Adam
In that case what is the best way to bulk import / discover entire subnets?
From: observium <observium-bounces@observium.orgmailto:observium-bounces@observium.org> on behalf of Adam Armstrong <adama@memetic.orgmailto:adama@memetic.org> Reply-To: Observium Network Observation System <observium@observium.orgmailto:observium@observium.org> Date: Tuesday, 17 November 2015 at 19:26 To: "observium@observium.orgmailto:observium@observium.org" <observium@observium.orgmailto:observium@observium.org> Subject: Re: [Observium] Autodiscovery Question
Hi,
A lot of these things are legacy options which don't really do anything anymore.
ip_nets and xdp still function, and control wether things seen via CDP/FDP, etc are discovered.
adam.
On 17/11/2015 14:04:32, Lyndon Labuschagne <lyndonl@mobiletorque.co.zamailto:lyndonl@mobiletorque.co.za> wrote:
Hi All
I have added the below to the config file, but nothing seems to be getting discovered, is there a $config[Œautodiscover¹] = TRUE or something I am missing?
$config['autodiscovery']['ip_nets'] = array("10.200.4.0/24", "10.200.1.0/24"); $config['autodiscovery']['xdp'] = TRUE; // Autodiscover hosts via discovery protocols $config['autodiscovery']['snmpscan'] = TRUE; // autodiscover hosts via SNMP scanning $config['discover_services'] = false; ## Autodiscover services via SNMP on devices of type "server"
_______________________________________________ observium mailing list observium@observium.orgmailto:observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
![](https://secure.gravatar.com/avatar/0fa97865a0e1ab36152b6b2299eedb49.jpg?s=120&d=mm&r=g)
If you have a list of hostnames and community strings, you could easily script it.
The ip subnet scanner disappeared a long time ago, perhaps we should resurrect it.
adam. On 18/11/2015 06:21:05, Lyndon Labuschagne lyndonl@mobiletorque.co.za wrote: Thanks Adam
In that case what is the best way to bulk import / discover entire subnets?
From: observium <observium-bounces@observium.org [mailto:observium-bounces@observium.org]> on behalf of Adam Armstrong <adama@memetic.org [mailto:adama@memetic.org]> Reply-To: Observium Network Observation System <observium@observium.org [mailto:observium@observium.org]> Date: Tuesday, 17 November 2015 at 19:26 To: "observium@observium.org [mailto:observium@observium.org]" <observium@observium.org [mailto:observium@observium.org]> Subject: Re: [Observium] Autodiscovery Question
Hi,
A lot of these things are legacy options which don't really do anything anymore.
ip_nets and xdp still function, and control wether things seen via CDP/FDP, etc are discovered.
adam. On 17/11/2015 14:04:32, Lyndon Labuschagne <lyndonl@mobiletorque.co.za [mailto:lyndonl@mobiletorque.co.za]> wrote: Hi All
I have added the below to the config file, but nothing seems to be getting discovered, is there a $config[Œautodiscover¹] = TRUE or something I am missing?
$config['autodiscovery']['ip_nets'] = array("10.200.4.0/24", "10.200.1.0/24"); $config['autodiscovery']['xdp'] = TRUE; // Autodiscover hosts via discovery protocols $config['autodiscovery']['snmpscan'] = TRUE; // autodiscover hosts via SNMP scanning $config['discover_services'] = false; ## Autodiscover services via SNMP on devices of type "server"
_______________________________________________ observium mailing list observium@observium.org [mailto:observium@observium.org] http://postman.memetic.org/cgi-bin/mailman/listinfo/observium [http://postman.memetic.org/cgi-bin/mailman/listinfo/observium]
![](https://secure.gravatar.com/avatar/21caf0a08d095be7196a1648d20942be.jpg?s=120&d=mm&r=g)
add_device takes a file to add as well so no scripting needed ;-)
Yes, I've been thinking about the scanner, but i'd do this with some sort of queue mechanism...
On 2015-11-18 10:46, Adam Armstrong wrote:
If you have a list of hostnames and community strings, you could easily script it.
The ip subnet scanner disappeared a long time ago, perhaps we should resurrect it.
adam.
On 18/11/2015 06:21:05, Lyndon Labuschagne lyndonl@mobiletorque.co.za wrote:
Thanks Adam
In that case what is the best way to bulk import / discover entire subnets?
From: observium <observium-bounces@observium.org mailto:observium-bounces@observium.org> on behalf of Adam Armstrong <adama@memetic.org mailto:adama@memetic.org> Reply-To: Observium Network Observation System <observium@observium.org mailto:observium@observium.org> Date: Tuesday, 17 November 2015 at 19:26 To: "observium@observium.org mailto:observium@observium.org" <observium@observium.org mailto:observium@observium.org> Subject: Re: [Observium] Autodiscovery Question
Hi,
A lot of these things are legacy options which don't really do anything anymore.
ip_nets and xdp still function, and control wether things seen via CDP/FDP, etc are discovered.
adam.
On 17/11/2015 14:04:32, Lyndon Labuschagne <lyndonl@mobiletorque.co.za mailto:lyndonl@mobiletorque.co.za> wrote:
Hi All
I have added the below to the config file, but nothing seems to be getting discovered, is there a $config[Œautodiscover¹] = TRUE or something I am missing?
$config['autodiscovery']['ip_nets'] = array("10.200.4.0/24", "10.200.1.0/24"); $config['autodiscovery']['xdp'] = TRUE; // Autodiscover hosts via discovery protocols $config['autodiscovery']['snmpscan'] = TRUE; // autodiscover hosts via SNMP scanning $config['discover_services'] = false; ## Autodiscover services via SNMP on devices of type "server"
observium mailing list observium@observium.org mailto:observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
![](https://secure.gravatar.com/avatar/8731be9646a6aa4732da332c911d0908.jpg?s=120&d=mm&r=g)
Thanks for the info guys,
Adding 1000+ hosts can be a pain either one by one, or feeding off of a text file
From: observium <observium-bounces@observium.orgmailto:observium-bounces@observium.org> on behalf of Tom Laermans <tom.laermans@powersource.cxmailto:tom.laermans@powersource.cx> Reply-To: Observium Network Observation System <observium@observium.orgmailto:observium@observium.org> Date: Wednesday, 18 November 2015 at 11:56 To: Observium Network Observation System <observium@observium.orgmailto:observium@observium.org> Subject: Re: [Observium] Autodiscovery Question
add_device takes a file to add as well so no scripting needed ;-)
Yes, I've been thinking about the scanner, but i'd do this with some sort of queue mechanism...
On 2015-11-18 10:46, Adam Armstrong wrote: If you have a list of hostnames and community strings, you could easily script it.
The ip subnet scanner disappeared a long time ago, perhaps we should resurrect it.
adam.
On 18/11/2015 06:21:05, Lyndon Labuschagne lyndonl@mobiletorque.co.zamailto:lyndonl@mobiletorque.co.za wrote:
Thanks Adam
In that case what is the best way to bulk import / discover entire subnets?
From: observium <mailto:observium-bounces@observium.orgobservium-bounces@observium.orgmailto:observium-bounces@observium.org> on behalf of Adam Armstrong <adama@memetic.orgmailto:adama@memetic.org> Reply-To: Observium Network Observation System <observium@observium.orgmailto:observium@observium.org> Date: Tuesday, 17 November 2015 at 19:26 To: "mailto:observium@observium.orgobservium@observium.orgmailto:observium@observium.org" <observium@observium.orgmailto:observium@observium.org> Subject: Re: [Observium] Autodiscovery Question
Hi,
A lot of these things are legacy options which don't really do anything anymore.
ip_nets and xdp still function, and control wether things seen via CDP/FDP, etc are discovered.
adam.
On 17/11/2015 14:04:32, Lyndon Labuschagne <mailto:lyndonl@mobiletorque.co.zalyndonl@mobiletorque.co.zamailto:lyndonl@mobiletorque.co.za> wrote:
Hi All
I have added the below to the config file, but nothing seems to be getting discovered, is there a $config[Œautodiscover¹] = TRUE or something I am missing?
$config['autodiscovery']['ip_nets'] = array("10.200.4.0/24", "10.200.1.0/24"); $config['autodiscovery']['xdp'] = TRUE; // Autodiscover hosts via discovery protocols $config['autodiscovery']['snmpscan'] = TRUE; // autodiscover hosts via SNMP scanning $config['discover_services'] = false; ## Autodiscover services via SNMP on devices of type "server"
_______________________________________________ observium mailing list observium@observium.orgmailto:observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
_______________________________________________ observium mailing list observium@observium.orgmailto:observium@observium.orghttp://postman.memetic.org/cgi-bin/mailman/listinfo/observium
participants (3)
-
Adam Armstrong
-
Lyndon Labuschagne
-
Tom Laermans