Search found 114 matches
- Tue Mar 24, 2020 9:01 am
- Forum: Nagios XI
- Topic: Palo Alto 5250 / NCPA Agent / SSH Commands
- Replies: 15
- Views: 2804
Re: Palo Alto 5250 / NCPA Agent / SSH Commands
Thank you so much! I'll give that a whirl.
- Thu Mar 19, 2020 9:46 am
- Forum: Nagios XI
- Topic: Palo Alto 5250 / NCPA Agent / SSH Commands
- Replies: 15
- Views: 2804
Re: Palo Alto 5250 / NCPA Agent / SSH Commands
Plugin timed out....not sure what I'm doing wrong, any help appreciated @kpoulson
- Thu Mar 19, 2020 9:32 am
- Forum: Nagios XI
- Topic: Palo Alto 5250 / NCPA Agent / SSH Commands
- Replies: 15
- Views: 2804
Re: Palo Alto 5250 / NCPA Agent / SSH Commands
What version of PAN-OS are you running ? I use the following OID with check_snmp and that gives me the GP tunnels: $USER1$/check_snmp -H $HOSTADDRESS$ -C ReadCommunityHere -o .1.3.6.1.4.1.25461.2.1.2.5.1.3.0 -P 2c -l "Sessions" We are running PAN-OS 8.1.13 btw. Hope this helps :) Thank yo...
- Wed Mar 18, 2020 3:54 pm
- Forum: Nagios XI
- Topic: Palo Alto 5250 / NCPA Agent / SSH Commands
- Replies: 15
- Views: 2804
Re: Palo Alto 5250 / NCPA Agent / SSH Commands
Perfect, that's what I suspected, appreciate the confirmation. Is there a way to configure a (read only of course) username / pw in the check command or do I need to follow the part of the documentation where I configure keys and such? Appreciate the suggestions. Reading through the documentation I ...
- Wed Mar 18, 2020 3:44 pm
- Forum: Nagios XI
- Topic: Palo Alto 5250 / NCPA Agent / SSH Commands
- Replies: 15
- Views: 2804
Re: Palo Alto 5250 / NCPA Agent / SSH Commands
Appreciate the suggestions. Reading through the documentation I need to install plugins and such on the PaloAlto. Here in this thread though there's mention that I don't need to do any plugin install. Which is correct? Thx...
- Wed Mar 18, 2020 9:27 am
- Forum: Nagios XI
- Topic: Palo Alto 5250 / NCPA Agent / SSH Commands
- Replies: 15
- Views: 2804
Palo Alto 5250 / NCPA Agent / SSH Commands
I'm looking to monitor how many users are connected via VPN (Global Protect) to our Palo. I can SSH into the device and issue a command to get the result I'm after....how can I set Nagios up to do the same? On all of our Windows boxes I use NCPA...anyone ever install the NCPA client on a Palo Alto? ...
- Mon Feb 17, 2020 7:12 am
- Forum: Nagios XI
- Topic: Host Template applied to Host Group
- Replies: 9
- Views: 1720
Re: Host Template applied to Host Group
OK, to lock, thank youlmiltchev wrote:Yeah, it could be a bit confusing. Let us know if it's ok to lock this thread. Thanks!
- Fri Feb 14, 2020 4:01 pm
- Forum: Nagios XI
- Topic: Host Template applied to Host Group
- Replies: 9
- Views: 1720
Re: Host Template applied to Host Group
what is the purpose of adding a hostgroup to a host template? If you want all hosts that have that template applied to be added to the hostgroup ahhhhhhh!!! So backwards of what I'm thinking. The template is applied directly to all the hosts and the group membership is defined by the fact that the ...
- Fri Feb 14, 2020 3:45 pm
- Forum: Nagios XI
- Topic: Host Template applied to Host Group
- Replies: 9
- Views: 1720
Re: Host Template applied to Host Group
No matter what, you need a host definition for each host. The definition can be as simpe as define host { host_name myhost use mytemplate register 1 } that said, if the host is simple like this, everything that is required would need to be in the template. But you cannot take a template and apply i...
- Fri Feb 14, 2020 3:13 pm
- Forum: Nagios XI
- Topic: Host Template applied to Host Group
- Replies: 9
- Views: 1720
Re: Host Template applied to Host Group
A template has to have at least one host defined to it in order for it to work. So, you'd have to set up host-a to template-X, then apply the hostgroup. The order is important, in this case. Hope that helps! Appreciate it, this particular template has about 200 hosts directly related to it currentl...