Search found 10 matches
- Thu Jan 25, 2018 9:20 am
- Forum: Nagios XI
- Topic: Bulk modify bandwidth warning, critical values
- Replies: 3
- Views: 237
Re: Bulk modify bandwidth warning, critical values
Hi @npolovenko, That worked great. Here's what I ended up using to change the values: mkdir /backup cp /usr/local/nagios/etc/services/* /backup cp /usr/local/nagios/etc/services/* /usr/local/nagios/etc/import/ find /usr/local/nagios/etc/import/ -type f -exec sed -i "s/5.00,5.00\!8.00,8.00/500.0...
- Wed Jan 24, 2018 2:12 pm
- Forum: Nagios XI
- Topic: Bulk modify bandwidth warning, critical values
- Replies: 3
- Views: 237
Bulk modify bandwidth warning, critical values
We have Nagios XI Enterprise 5.4.12 and I need to modify $ARG2$ and $ARG3$ across 1100 services (all bandwidth checks via snmp). The services are pretty much identical... check command is check_xi_service_mrtgtraf, Command view is $USER1$/check_rrdtraf -f /var/lib/mrtg/$ARG1$ -w $ARG2$ -c $ARG3$ -l ...
- Thu Dec 07, 2017 10:06 am
- Forum: Nagios XI
- Topic: Manage MIBs list is blank
- Replies: 11
- Views: 374
Re: Manage MIBs list is blank
Figured it out, thanks.
- Thu Dec 07, 2017 9:44 am
- Forum: Nagios XI
- Topic: Manage MIBs list is blank
- Replies: 11
- Views: 374
Re: Manage MIBs list is blank
Btw I tried the instructions at https://support.nagios.com/kb/pdf-575.html but made no difference.
- Thu Dec 07, 2017 9:40 am
- Forum: Nagios XI
- Topic: Manage MIBs list is blank
- Replies: 11
- Views: 374
Re: Manage MIBs list is blank
I did su - nagios to see what that account can read. When it gets to the mibs directory it's unable to read the permissions. Any ideas? [nagios@jazz ~]$ ls -la /usr/share total 140 drwxr-xr-x. 105 root root 4096 Nov 6 08:15 . drwxr-xr-x. 13 root root 155 Oct 19 12:34 .. drwxr-xr-x. 2 root root 95 Oc...
- Thu Dec 07, 2017 8:57 am
- Forum: Nagios XI
- Topic: Manage MIBs list is blank
- Replies: 11
- Views: 374
Looks like it's permission related? [Wed Dec 06 15:33:57.712086 2017] [:error] [pid 29611] [client 10.2.90.2:49373] PHP Warning: explode() expects parameter 2 to be string, array given in /usr/local/nagiosxi/html/includes/utils-macros.inc.php on line 0, referer: http ://jazz/nagiosxi/config/monitori...
- Wed Dec 06, 2017 3:41 pm
- Forum: Nagios XI
- Topic: Manage MIBs list is blank
- Replies: 11
- Views: 374
Re: Manage MIBs list is blank
Just noticed SNMP walk seems to be broken now. No matter what is entered it always returns “No results were returned from a scan of the device”. I tested with working snmp host/credentials.
Any advice of what logs to review to find cause of problems in UI?
Any advice of what logs to review to find cause of problems in UI?
- Wed Dec 06, 2017 3:15 pm
- Forum: Nagios XI
- Topic: Manage MIBs list is blank
- Replies: 11
- Views: 374
Re: Manage MIBs list is blank
I was uploading a couple of SonicWall MIB’s for use with traps (checkmarked box).
Tried restarting to no avail. Also rebooted machine (CentOS 7).
We are still able to process traps fine. Just the UI is blank for MIB management.
Tried restarting to no avail. Also rebooted machine (CentOS 7).
We are still able to process traps fine. Just the UI is blank for MIB management.
- Wed Dec 06, 2017 12:13 pm
- Forum: Nagios XI
- Topic: Manage MIBs list is blank
- Replies: 11
- Views: 374
Re: Manage MIBs list is blank
[root@jazz share]# ls /usr/share/snmp/mibs AGENTX-MIB.txt IP-MIB.txt NET-SNMP-VACM-MIB.txt SNMP-USM-AES-MIB.txt BRIDGE-MIB.txt IPV6-FLOW-LABEL-MIB.txt NETWORK-SERVICES-MIB.txt SNMP-USM-DH-OBJECTS-MIB.txt DISMAN-EVENT-MIB.txt IPV6-ICMP-MIB.txt NOTIFICATION-LOG-MIB.txt SNMPv2-CONF.txt DISMAN-SCHEDULE-...
- Wed Dec 06, 2017 10:39 am
- Forum: Nagios XI
- Topic: Manage MIBs list is blank
- Replies: 11
- Views: 374
Manage MIBs list is blank
All of a sudden (after adding a few MIB's) our Manage MIBs screen is blank incl the ones that shipped with XI. No errors. Any ideas? Screen Shot 2017-12-06 at 10.13.56 AM.png Thanks! Ref - permissions seem to be fine in /var/share/snmp: [root@jazz share]# ls -laR snmp snmp: total 308 drwxr-xr-x. 5 r...