which Nortel and firewall device wizard
-
ganeshkagde
- Posts: 49
- Joined: Sun Apr 22, 2018 4:58 am
which Nortel and firewall device wizard
Hi Team,
which wizard should be use for Nortel and firewall devices to enroll into Nagios XI?
which wizard should be use for Nortel and firewall devices to enroll into Nagios XI?
Re: which Nortel and firewall device wizard
I would suggest looking into and trying https://exchange.nagios.org/directory/P ... th/details which can be used with a number of devices including Nortel and other firewalls.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
-
ganeshkagde
- Posts: 49
- Joined: Sun Apr 22, 2018 4:58 am
Re: which Nortel and firewall device wizard
@cdienger in hyper link there is tar (check_nwc_health-7.0.1.2.tar) file, which do i need to download it and upload it into Nagios Xi, am i correct?
if yes then can i upload it as it is?
this 7.0.1.2 version is compatible with check_load v2.0.3 (nagios-plugins 2.0.3)?
kindly help me on above questions.
if yes then can i upload it as it is?
this 7.0.1.2 version is compatible with check_load v2.0.3 (nagios-plugins 2.0.3)?
kindly help me on above questions.
Re: which Nortel and firewall device wizard
You can download and install it from the command line with:
cd /tmp
wget https://labs.consol.de/assets/downloads ... 1.2.tar.gz
tar -xzvf check_nwc_health-7.0.1.2.tar.gz
cd check_nwc_health-7.0.1.2
./configure
make
make install
Prior to running the install though I would suggest reviewing the README file found in the tar.gz file in case you need to make adjustments to the installation.
I've installed it on a test machine and don't see any compatibility problems with the 2.0.3 version of check_load.
cd /tmp
wget https://labs.consol.de/assets/downloads ... 1.2.tar.gz
tar -xzvf check_nwc_health-7.0.1.2.tar.gz
cd check_nwc_health-7.0.1.2
./configure
make
make install
Prior to running the install though I would suggest reviewing the README file found in the tar.gz file in case you need to make adjustments to the installation.
I've installed it on a test machine and don't see any compatibility problems with the 2.0.3 version of check_load.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
-
ganeshkagde
- Posts: 49
- Joined: Sun Apr 22, 2018 4:58 am
Re: which Nortel and firewall device wizard
Hi,
Ok, i have installed as per your suggested step. now can you help me how can i use this plugin or how it will work on firewall, nortel, router, switches, etc.. devices?
also please let me know which wizard should i use?
Ok, i have installed as per your suggested step. now can you help me how can i use this plugin or how it will work on firewall, nortel, router, switches, etc.. devices?
also please let me know which wizard should i use?
Re: which Nortel and firewall device wizard
What are you looking to monitor on your network devices?
If all you are looking to do is to monitor the devices interface status and bandwidth, you would use the Network Switch / Router Wizard in XI.
This is a video on how to run the wizard.
https://support.nagios.com/kb/article/n ... h-685.html
If all you are looking to do is to monitor the devices interface status and bandwidth, you would use the Network Switch / Router Wizard in XI.
This is a video on how to run the wizard.
https://support.nagios.com/kb/article/n ... h-685.html
Be sure to check out our Knowledgebase for helpful articles and solutions!
-
ganeshkagde
- Posts: 49
- Joined: Sun Apr 22, 2018 4:58 am
Re: which Nortel and firewall device wizard
Hi Team,
I want to monitor of network device chassis, temperature, interfaces, etc...
I want to monitor of network device chassis, temperature, interfaces, etc...
Re: which Nortel and firewall device wizard
This wizard that @tgriep mentioned is spot on.ganeshkagde wrote:Hi Team,
I want to monitor of network device chassis, temperature, interfaces, etc...
If that doesn't work, the SNMP walk wizard should be accomplish it too.tgriep wrote:What are you looking to monitor on your network devices?
If all you are looking to do is to monitor the devices interface status and bandwidth, you would use the Network Switch / Router Wizard in XI.
This is a video on how to run the wizard.
https://support.nagios.com/kb/article/n ... h-685.html
Former Nagios Employee
Re: which Nortel and firewall device wizard
Thanks @rkennedy for the help.
There is not a Wizard written for the check_nwc_health plugin so you would have to create a command for it by going to the Core Config Manager > Commands menu and add a new command.
Call it this
set the command line to this
Make it active, save and Apply the Config.
When you create a Service Check, you would use check_nwc_health as the command.
In $ARG1$ you would put in the community string for the device.
And in the $ARG2$ field, you would put in this for the mode
hardware-health
If the device supports it, that will check the following
(Check the status of environmental equipment (fans, temperatures, power))
Here is a list of modes that the plugin can do.
There is not a Wizard written for the check_nwc_health plugin so you would have to create a command for it by going to the Core Config Manager > Commands menu and add a new command.
Call it this
Code: Select all
check_nwc_healthCode: Select all
$USER1$/check_nwc_health -H $HOSTADDRESS$ --community $ARG1$ --mode $ARG2$ $ARG3$When you create a Service Check, you would use check_nwc_health as the command.
In $ARG1$ you would put in the community string for the device.
And in the $ARG2$ field, you would put in this for the mode
hardware-health
If the device supports it, that will check the following
(Check the status of environmental equipment (fans, temperatures, power))
Here is a list of modes that the plugin can do.
--mode
A keyword which tells the plugin what to do
hardware-health (Check the status of environmental equipment (fans, temperatures, power))
cpu-load (Check the CPU load of the device)
memory-usage (Check the memory usage of the device)
disk-usage (Check the disk usage of the device)
interface-usage (Check the utilization of interfaces)
interface-errors (Check the error-rate of interfaces (without discards))
interface-discards (Check the discard-rate of interfaces)
interface-status (Check the status of interfaces (oper/admin))
interface-health (Check everything interface)
interface-nat-count-sessions (Count the number of nat sessions)
interface-nat-rejects (Count the number of nat sessions rejected due to lack of resources)
list-interfaces (Show the interfaces of the device and update the name cache)
list-interfaces-detail (Show the interfaces of the device and some details)
interface-availability (Show the availability (oper != up) of interfaces)
link-aggregation-availability (Check the percentage of up interfaces in a link aggregation)
interface-stack-status (Check the status of interface sublayers (mostly layer 2))
interface-stack-availability (Check the percentage of available sublayer interfaces)
interface-etherstats (Check the ethernet statistics of interfaces)
list-routes (Check the percentage of up interfaces in a link aggregation)
route-exists (Check if a route exists. (--name is the dest, --name2 check also the next hop))
count-routes (Count the routes. (--name is the dest, --name2 is the hop))
vpn-status (Check the status of vpns (up/down))
fc-interface-usage (Check the utilization of fibrechannel interfaces)
fc-interface-errors (Check the error-rate of fibrechannel interfaces)
fc-interface-discards (Check the discard-rate of interfaces)
fc-interface-status (Check the status of interfaces (oper/admin))
fc-interface-health (Check everything interface)
fc-list-interfaces (Show the fcal interfaces of the device and update the name cache)
create-shinken-service (Create a Shinken service definition)
hsrp-state (Check the state in a HSRP group)
hsrp-failover (Check if a HSRP group's nodes have changed their roles)
list-hsrp-groups (Show the HSRP groups configured on this device)
vrrp-state (Check the state in a VRRP group)
vrrp-failover (Check if a VRRP group's nodes have changed their roles)
list-vrrp-groups (Show the VRRP groups configured on this device)
bgp-peer-status (Check status of BGP peers)
count-bgp-peers (Count the number of BGP peers)
watch-bgp-peers (Watch BGP peers appear and disappear)
list-bgp-peers (Show BGP peers known to this device)
count-bgp-prefixes (Count the number of BGP prefixes (for specific peer with --name))
ospf-neighbor-status (Check status of OSPF neighbors)
list-ospf-neighbors (Show OSPF neighbors)
ha-status (Check the status of a clustered setup)
ha-role (Check the role in a ha group)
svn-status (Check the status of the svn subsystem)
mngmt-status (Check the status of the management subsystem)
process-status (Check the status of the running processes)
fw-policy (Check the installed firewall policy)
fw-connections (Check the number of firewall policy connections)
session-usage (Check the session limits of a load balancer)
security-status (Check if there are security-relevant incidents)
pool-completeness (Check the members of a load balancer pool)
pool-connections (Check the number of connections of a load balancer pool)
pool-complections (Check the members and connections of a load balancer pool)
wideip-status (Check the status of F5 Wide IPs)
list-pools (List load balancer pools)
check-licenses (Check the installed licences/keys)
count-users (Count the (connected) users/sessions)
check-config (Check the status of configs (cisco, unsaved config changes))
check-connections (Check the quality of connections)
count-connections (Check the number of connections (-client, -server is possible))
watch-fexes (Check if FEXes appear and disappear (use --lookup))
chassis-hardware-health (Check the status of stacked switches and chassis, count modules and ports)
accesspoint-status (Check the status of access points)
count-accesspoints (Check if the number of access points is within a certain range)
watch-accesspoints (Check if access points appear and disappear (use --lookup))
count-accesspoint-clients (Check if the number of access point clients is within a certain range)
list-accesspoints (List access points managed by this device)
phone-cm-status (Check if the callmanager is up)
phone-status (Check the number of registered/unregistered/rejected phones)
list-smart-home-devices (List Fritz!DECT 200 plugs managed by this device)
smart-home-device-status (Check if a Fritz!DECT 200 plug is on (or Comet DECT))
smart-home-device-energy (Show the current power consumption of a Fritz!DECT 200 plug)
smart-home-device-consumption (Show the cumulated power consumption of a Fritz!DECT 200 plug)
smart-home-device-temperature (Show the temperature measured by a Fritz! compatible device)
uptime (Check the uptime of the device)
walk (Show snmpwalk command with the oids necessary for a simulation)
bulkwalk (Show snmpbulkwalk command with the oids necessary for a simulation)
supportedmibs (Shows the names of the mibs which this devices has implemented (only lausser may run this command))
supportedoids (Shows the names of the oids which this devices has implemented (only lausser may run this command))
Be sure to check out our Knowledgebase for helpful articles and solutions!
-
ganeshkagde
- Posts: 49
- Joined: Sun Apr 22, 2018 4:58 am
Re: which Nortel and firewall device wizard
@tgriep,
Thanks for help, we will check and let you know.
Thanks for help, we will check and let you know.