Hi
is it possible to view the SERVICE STATUS SUMMARY as a web url
so another software platform could open the web url to just live display ONLY the SERVICE STATUS SUMMARY
Search found 14 matches
- Mon Feb 28, 2022 8:35 pm
- Forum: Nagios XI
- Topic: VIEW SERVICE STATUS SUMMARY
- Replies: 1
- Views: 293
- Fri Jan 07, 2022 9:27 am
- Forum: Nagios XI
- Topic: mysql binary files -- need to reduce 33G of binlog files
- Replies: 3
- Views: 1678
Re: mysql binary files -- need to reduce 33G of binlog files
Many Thanks Perry
i'm using Ubuntu 20.04
using you're search command i found the location
/etc/mysql/mysql.conf.d/mysqld.cnf
and it was set to 2592000
now altered to 86400 = 1 day
again thanks
richie
i'm using Ubuntu 20.04
using you're search command i found the location
/etc/mysql/mysql.conf.d/mysqld.cnf
and it was set to 2592000
now altered to 86400 = 1 day
again thanks
richie
- Thu Jan 06, 2022 11:10 am
- Forum: Nagios XI
- Topic: mysql binary files -- need to reduce 33G of binlog files
- Replies: 3
- Views: 1678
mysql binary files -- need to reduce 33G of binlog files
Hello i'm using nagios xi 5.8.1 my root partition is almost full on investigation i have approx 30Gigs of mysql binary log files spanning back 1 month i have tried to follow the document below https://support.nagios.com/forum/viewtopic.php?f=16&t=60647&p=320510&hilit=mysql+binary#p320510...
- Tue Jun 15, 2021 5:19 pm
- Forum: Nagios XI
- Topic: British Summer Time auto adjustment
- Replies: 1
- Views: 247
British Summer Time auto adjustment
Hello im configuring nagios xi , on a ubuntu 20.04 VM it is using a NTP timeserver which is configured in /etc/ntp.conf the ubuntu pool timeserver are #'d out question , does nagios allow for auto adjusting of british summer time the timezone in system setting is set for UTC london , my interface sh...
- Wed Jan 27, 2021 11:18 am
- Forum: Nagios XI
- Topic: Nagios 5.8.1. cannot intragate traps with Xi
- Replies: 2
- Views: 308
Nagios 5.8.1. cannot intragate traps with Xi
Hello myself and another team are tring to test Nagios 5.8.1 on Ubuntu 20.04 LTS we are having issues integrating the traps into Xi as per the documentation . both teams have the same issue after following the instructions https://assets.nagios.com/downloads/nagiosxi/docs/Integrating_SNMP_Traps_With...
- Tue Jan 26, 2021 4:49 pm
- Forum: Nagios XI
- Topic: Uploading MIB's after Nagios Update to 5.8.1
- Replies: 14
- Views: 2366
Re: Uploading MIB's after Nagios Update to 5.8.1
better laylout in notepad
- Tue Jan 26, 2021 4:30 pm
- Forum: Nagios XI
- Topic: Uploading MIB's after Nagios Update to 5.8.1
- Replies: 14
- Views: 2366
Re: Uploading MIB's after Nagios Update to 5.8.1
nagiosadmin@snmp:~$ sudo mysql -uroot -pnagiosxi nagiosxi --table -e "select * from xi_mibs;" mysql: [Warning] Using a password on the command line interface can be insecure. +--------+---------------------------------+---------------------+---------------------+-------------- + | mib_id |...
- Mon Jan 25, 2021 1:06 pm
- Forum: Nagios XI
- Topic: Uploading MIB's after Nagios Update to 5.8.1
- Replies: 14
- Views: 2366
Uploading MIB's after Nagios Update to 5.8.1
Hi we are in the process of upgrading from nagios to 5.6.1 to 5.8.1 we moved from Centos7 to Ubuntu 20.04LTS After a few issues we have Nagios Installed however some of the MIB's are now not working in the Manage MIBs page i have duplicate lines with Unknown (Missing Database Entry) manage mibs.PNG ...
- Thu Jan 21, 2021 4:45 pm
- Forum: Nagios XI
- Topic: BULK Trap and Service writing support
- Replies: 4
- Views: 598
Re: BULK Trap and Service writing support
Hi i can see that the defined traps are stored in /etc/snmp/snmptt.conf.nxti ------ see sample below can i copy this file - rename - then run a script that automatically copies the text but replaces the ZZZ with other site id's and add them to the file . so once the new file with all 800+ defined tr...
- Wed Jan 20, 2021 6:20 pm
- Forum: Nagios XI
- Topic: 5 minute power failure support
- Replies: 3
- Views: 443
Re: 5 minute power failure support
Thanks ssax for the quick response. The event handler option is the most logical fit to my scenario i believe and i'll look through the docs you supplied with the view to writing a event handler. where on the POWER service if the CRITICAL state exceeds 5 minutes then it will submit a new passive tra...