Recent changes

Jump to navigation Jump to search

Track the most recent changes to the wiki on this page.

Recent changes options Show last 50 | 100 | 250 | 500 changes in last 1 | 3 | 7 | 14 | 30 days
Hide registered users | Hide anonymous users | Hide my edits | Show bots | Hide minor edits
Show new changes starting from 22:24, 30 June 2025
   
 
List of abbreviations:
N
This edit created a new page (also see list of new pages)
m
This is a minor edit
b
This edit was performed by a bot
(±123)
The page size changed by this number of bytes

30 June 2025

     22:18  (Deletion log) [Festr‎ (13×)]
     
22:18 Festr talk contribs deleted page Nagios from sources debian 7(content was: "''steps for debian-wheezy'' Download and compile latest nagios from http://sourceforge.net/projects/nagios/files/: cd /usr/src wget http://sourceforge.net/projects/nagios/files/nagios-4.x/nagios-4.0.8/nagios-4.0.8.tar.gz/download -O nagios-4.0.8.tar.gz tar -xzf nagios-4.0.8.tar.gz apt-get install -y apache2 libapache2-mod-php5 build-essential libgd2-xpm-dev libssl-dev cd nagios-4.0.8 ./configure --exec-prefix=/usr/local/nagios/ --prefix=/usr/local/nagios/ --with-nagios-u...")
     
22:18 Festr talk contribs deleted page Nagios 3 - centos65(content was: "#REDIRECT Nagios centos 6.5", and the only contributor was "Festr" (talk))
     
22:17 Festr talk contribs deleted page Nagios centos 6.5(content was: "''INFO: Nagios3 is not included in base centos repositories, you need to install rpmforge repository'' '''Installation using rpmforge:''' Install RPM forge for centos 6 (http://wiki.centos.org/AdditionalResources/Repositories/RPMForge#) For x86_64: wget http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.3-1.el6.rf.x86_64.rpm rpm --import http://apt.sw.be/RPM-GPG-KEY.dag.txt rpm -i rpmforge-release-0.5.3-1.el6.rf.*.rpm For i686: wget http://pkgs.repoforge.or...")
     
22:17 Festr talk contribs deleted page Nagios debian debian 7(content was: "Steps to install nagios3 from debian repositories Instal nagios3 and its plugins apt-get install nagios3 Instal and set proper privileges apt-get install sudo chown www-data -R /var/lib/nagios3/spool/checkresults chown nagios:www-data -R /usr/sbin/nagios3 chown www-data /etc/nagios3/conf.d/vm.cfg vim /etc/sudoers and add line after the root .. line: www-data ALL=(nagios) NOPASSWD: /usr/bin/killall, /usr/sbin/nagios3 Edit settings in voipmonitor GUI->Settings->System c...")
     
22:16 Festr talk contribs deleted page Windows rpcapd(content was: "== Steps for enable live sniffer as a service on Windows == '' (tested on 8.1 64b, IP 192.168.88.247) '' * Install windows wireshark including winpcap driver * Locate winpcap file (c:\Program Files (x86)\WinPcap) * In winpcap folder we create config file for 'Remote Packet Capture' service (and set from which IP we will access this service) rpcapd.exe -s rpc...", and the only contributor was "Petr.halounek" (talk))
     
21:48 Festr talk contribs deleted page Static build sniffer(content was: "Enabling static nss prevents crashes on older Centos and some other cases. wget http://ftp.gnu.org/gnu/glibc/glibc-2.19.tar.bz2 tar xjf glibc-*.bz2 mkdir glibc-2.19-build cd glibc-2.19-build ../glibc-2.19/configure --enable-kernel=2.6.18 --disable-profile --enable-static-nss --prefix=/usr/ make -j8 make install = compile 32bit on 64bit = wget http://ftp.gnu.org/gnu/glibc...", and the only contributor was "Festr" (talk))
     
21:46 Festr talk contribs deleted page Mysql 5.6(content was: "= Debian 8 = We will install mysql community repository and use it to install mysql 5.7 using apt-get install (this allow us to keep mysql updated) mkdir /usr/src/mysql cd /usr/src/mysql wget https://dev.mysql.com/get/mysql-apt-config_0.8.6-1_all.deb --no-check-certificate dpkg -i mysql-apt-config_0.8.6-1_all.deb When asked for products (select server -> mysql-5.7 ->Apply) apt-get update apt-get install mysql-community-server When asked for root password enter strong pass...")
     
20:33 Festr talk contribs deleted page How to migrate database to partitions or optimize performance(content was: "= prerequisites = *We are recommending to upgrade MySQL to the version 5.6 (see this howto Mysql_5.6) which has optimized SQL planner resulting in much faster queries using joins which are extensively used in the GUI. Besides other optimizations. *The voipmonitor sniffer automatically enables partitions for cdr tables which allows to store millions of data partitioned per day. Each day have standalone index which means that searching will be not slower with each days. Par...")
     
17:41 Festr talk contribs deleted page Basic-authentication(content was: "Configuring your websites with password authentication can prevent unauthorized users from accessing your website without the correct user ID and password. =Centos/Redhat= == Configure Apache To Allow .Htaccess Authentication == edit /etc/httpd/conf/httpd.conf Find the section that begins with <Directory "/var/www/html">. Change the line from AllowOverride none to AllowOverride...", and the only contributor was "Festr" (talk))
     
17:32 Festr talk contribs deleted page How to backup settings of users and data of GUI by cron(content was: "The goal is to have config of users and GUI backuped (not contain CDR data) each day. following example script '''/root/backupguicfg.sh''' will create 3 files per day in /root/guiconfigs (dir needs to exists) #!/bin/bash day=`date "+%Y-%m-%d"` filecfgt=/root/guiconfigs/cfgtables-${day}.txt filedata=/root/guiconfigs/cfgdata-${day}.txt filecfgf=/root/gui...", and the only contributor was "Petr.halounek" (talk))
     
17:31 Festr talk contribs deleted page How to backup settings of users in GUI(content was: "= Backup = == Recommended way == OBSOLETE!! Use How_to_backup_settings_of_users_and_data_of_GUI_by_cron Use backup/restore functions in the GUI. Run in bash following commands to dump only configuration (users/alerts etc. - does not includes CDRs,registers,messages) mydb='voipmonitor'; mysql ${mydb} -Ne "show tables from voipmonitor where \ \`Tables_in_${mydb}\` LIKE '%\_\_%' OR \ \`Tables_in_${mydb}\` LIKE 'alerts_%' OR \ \`Tables_in_${mydb}\` LIKE 'audit_l...")
     
17:25 Festr talk contribs deleted page Https nginx(content was: "== Nginx == === Generating Self-Signed SSL Certificates === First, generate a new private key and a self-signed certificate. Navigate to the SSL directory and create the certificates using these commands: <pre> sudo mkdir /etc/nginx/ssl sudo openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout /etc/nginx/ssl/nginx.key -out /etc/nginx/ssl/nginx.crt </pre> Answer the series...", and the only contributor was "Festr" (talk))
     
17:24 Festr talk contribs deleted page Https apache2(content was: "== Enabling HTTPS for Apache2 on Debian Systems == The '''Hypertext Transfer Protocol Secure''' (HTTPS) is a protocol for secure communication over a computer network. It is widely used on the Internet and is an essential part of securing data in transit. This article will guide you on how to enable HTTPS for Apache2 on Debian systems, including generating Secure Sockets Layer (SSL...", and the only contributor was "Festr" (talk))
     22:16  Nginx diffhist +4,989 Festr talk contribs
     21:39  High availability redundancy failover diffhist +5,698 Festr talk contribs
     21:35  High availability mariadb galera cluster diffhist +6,889 Festr talk contribs
     21:21  Content‎‎ 8 changes history +13 [Festr‎ (8×)]
     
21:21 (cur | prev) −67 Festr talk contribs
     
17:42 (cur | prev) −26 Festr talk contribs (→‎Guides)
     
17:40 (cur | prev) +48 Festr talk contribs (→‎Guides)
     
17:33 (cur | prev) +22 Festr talk contribs (→‎Guides)
     
17:30 (cur | prev) −2 Festr talk contribs (→‎Guides)
     
17:29 (cur | prev) +49 Festr talk contribs (→‎Sniffer)
     
17:29 (cur | prev) −47 Festr talk contribs (→‎Guides)
     
17:29 (cur | prev) +36 Festr talk contribs (→‎Guides)
     21:21  How to enable milliseconds precision diffhist +3,061 Festr talk contribs
     17:40  (Move log) [Festr‎ (3×)]
     
17:40 Festr talk contribs moved page Https to Securing the VoIPmonitor Web GUI HTTPS and Basic Auth
     
17:35 Festr talk contribs moved page Backup to Backing Up GUI Configuration
     
17:29 Festr talk contribs moved page Logging to Understanding the Sniffer's Performance Log
     17:39  Https‎‎ 2 changes history +9,051 [Festr‎ (2×)]
     
17:39 (cur | prev) +1,930 Festr talk contribs
     
17:25 (cur | prev) +7,121 Festr talk contribs
     17:33  Backup diffhist +6,266 Festr talk contribs
     17:28  Logging diffhist +1,536 Festr talk contribs
     17:18  Whisper diffhist −6,720 Festr talk contribs
     17:08  DPDK diffhist −2,775 Festr talk contribs
     17:04  Ss7 diffhist +3,466 Festr talk contribs
     16:57  Tls diffhist −8,483 Festr talk contribs
     16:55  WebRTC diffhist +4,193 Festr talk contribs
     16:52  Redundant database diffhist +4,490 Festr talk contribs
     16:42  Database structure diffhist +3,422 Festr talk contribs
     16:40  Sniffer troubleshooting diffhist +5,662 Festr talk contribs
     16:35  Sniffer upgrade diffhist +1,771 Festr talk contribs
     16:27  Silence detection diffhist +3,580 Festr talk contribs
     10:45  Sniffer configuration diffhist −5,565 Festr talk contribs
     10:40  Sniffer installation diffhist +2,396 Festr talk contribs
     10:37  Sniffing modes diffhist +3,583 Festr talk contribs
     10:09  FAQ diffhist −1,517 Festr talk contribs
     09:56  Data Cleaning diffhist +4,038 Festr talk contribs
     09:53  Scaling diffhist −11,385 Festr talk contribs
     09:48  Glossary diffhist −5,601 Festr talk contribs
     09:44  Architecture diffhist +3,329 Festr talk contribs