Search found 32 matches

by davemulv1
Wed Jun 03, 2026 7:29 am
Forum: Nagios XI
Topic: SNMP wizard to monitor components?
Replies: 8
Views: 1203

Re: SNMP wizard to monitor components?

It flags critical and shows the current state of the string.

Dave
by davemulv1
Fri May 29, 2026 9:37 am
Forum: Nagios XI
Topic: SNMP wizard to monitor components?
Replies: 8
Views: 1203

Re: SNMP wizard to monitor components?

I think the wizard should indicate to the user the string match is going to be REGEX. If you use a literal such as mine, running(2), it will not match because of the parens being REGEX special characters

Dave
by davemulv1
Fri May 29, 2026 8:22 am
Forum: Nagios XI
Topic: SNMP wizard to monitor components?
Replies: 8
Views: 1203

Re: SNMP wizard to monitor components?

Excellent! The regex search works great for multiple good matches I just made it match running(2) or standby(7) ".*\((2|7)\)"

Thanks,

Dave
by davemulv1
Thu May 28, 2026 10:41 am
Forum: Nagios XI
Topic: SNMP wizard to monitor components?
Replies: 8
Views: 1203

Re: SNMP wizard to monitor components?

I am testing with 2026R1.5. Yes, if I change the type to string I can specify running(2) as the match and it should come up OK. This doesn't help with multiple "good" status options like running(2) or standby(7). Also I just did this with 2026R1.5 and it looks like it wrote the config chec...
by davemulv1
Thu May 28, 2026 9:33 am
Forum: Nagios XI
Topic: SNMP wizard to monitor components?
Replies: 8
Views: 1203

SNMP wizard to monitor components?

I can do this with my own scripts but was wondering if one of the SNMP monitoring wizards would simplify this. I have Juniper switch gear and I'm trying to monitor the state of components like fan, Power supplies... This MIB has the information https://oidref.com/1.3.6.1.4.1.2636.3.1.13.1 snmpwalk -...
by davemulv1
Thu May 28, 2026 8:15 am
Forum: Nagios XI
Topic: SNMP walk monitoring wizard
Replies: 2
Views: 1317

Re: SNMP walk monitoring wizard

Ok, yesterday.... that error "Unable To Connect with SNMP, check credentials and try again." was coming up in red in the GUI next to the cancel/submit buttons when I clicked submit so no job was submitted to review. Today everything is working just fine so go figure.

Thanks,

Dave
by davemulv1
Wed May 27, 2026 1:27 pm
Forum: Nagios XI
Topic: SNMP walk monitoring wizard
Replies: 2
Views: 1317

SNMP walk monitoring wizard

Upgraded to 2026R1.5 and I"m trying out the SNMP walk monitoring wizard. Trying to setup a new walk job. It is a V3 run with authpriv and I've entered the same creds/settings that work from the Linux command line of the Nagios server. Keep getting error "Unable To Connect with SNMP, check ...
by davemulv1
Mon Apr 20, 2026 12:58 pm
Forum: Nagios XI
Topic: Should this work in "Run Check Command" ?
Replies: 2
Views: 2746

Should this work in "Run Check Command" ?

Using core config manager i have configured a service with a check command. The ARG1 value is a custom variable which is defined in a template for the service. This works in production, but testing the command with the "Run Check Command" button does not work. Seems like the variables from...
by davemulv1
Fri Apr 03, 2026 9:46 am
Forum: Nagios XI
Topic: SNMP walk job selecting OIDs
Replies: 14
Views: 14460

Re: SNMP walk job selecting OIDs

Also it seems the match type of numeric is not appropriate for an operating state value such as running(2). Can't set a threshold for that. But if I try changing match value to string it doesn't change the thresholds field format. Seems like I would need a match type that listed good, warning, criti...
by davemulv1
Fri Apr 03, 2026 9:05 am
Forum: Nagios XI
Topic: SNMP walk job selecting OIDs
Replies: 14
Views: 14460

Re: SNMP walk job selecting OIDs

So following this fix I ran the same job and it does show a selection table of 261 OIDs but it gives this boatload of errors first: warning Invalid warning numeric range for OID (jnxOperatingContentsIndex.1.1.0.0) warning Invalid critical numeric range for OID (jnxOperatingContentsIndex.1.1.0.0) war...