It is currently Fri Mar 29, 2024 2:04 am

News News of Lik`s forum

Site map of Lik`s forum » Forum : Lik`s forum

cPanel/WHM/OpenVZ/Xen/Linux/IPMI Lik`s forum

CPUfreq scaling_governor oneliner

Short oneliner to set CPU scaling governor to 'performance':
Code: Select all
echo performance | tee /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor
Read more : CPUfreq scaling_governor oneliner | Views : 5046 | Replies : 0 | Forum : Linux specific


Disable KDE baloo indexer

In order to disable Baloo indexer you may do the following:
Code: Select all
cp /usr/share/autostart/baloo_file.desktop ~/.kde4/share/autostart/
echo "Hidden=True" >> ~/.kde4/share/autostart/baloo_file.desktop

It will prevent start of Baloo service on KDE start for a current user.
Read more : Disable KDE baloo indexer | Views : 5647 | Replies : 0 | Forum : Linux specific


cgroup-utils

What is cgroup-utils?

cgroup-utils provides utility tools and libraries for control groups of Linux. For example, cgutil top is a top-like tool which shows activities of running processes in control groups.
Read more : cgroup-utils | Views : 4875 | Replies : 0 | Forum : Interesting links


SolusVM KVM templates Gen1 vs Gen2

SolusVM supports two generations (1 or 2) of KVM templates. The generations are explained below:

Generation 1
Generation 1 templates are fixed size byte by byte images. G1 should be used when you need to create a special template that either includes obscure partitions or filesystems that can't be manipulated from the host node. These include but are not limited to FreeBSD (Unix) or logical partitions. G1 templates can still have networking setup by SolusVM, ...
Read more : SolusVM KVM templates Gen1 vs Gen2 | Views : 9794 | Replies : 1 | Forum : SolusVM




Naemon (Nagios 4 core fork)

The Naemon core is our version of the Nagios 4 core, which has a lot of extra bugfixes - notably, NASA can use Naemon to monitor their supercomputer cluster without any special configuration tweaking. For the time being, it should function as a drop-in replacement for Nagios, but with additional work spent on improving performance and stability. In the future, compatibility will most likely diverge, but we will make sure that external API's behave the ...
Read more : Naemon (Nagios 4 core fork) | Views : 7266 | Replies : 0 | Forum : Monitoring




Nagios API projects (RAW, TODO) Nagios API projects (RAW, TODO)

Looking for a Nagios API which suits my needs\expectations. Feel free to post them here if you know such.

https://github.com/Crapworks/RESTlos/ (read/write/python, JSON, use PyNag as backend, depends on Flask)
https://github.com/mclarkson/nagrestconf (high number of dependencies)
https://github.com/xb95/nagios-api (read only (parses status.dat)/python, JSON ==> not suitable due to read-only features)
http://adagios.org/
https://github.com/ageric/livestatus/tree/master/api (livestatus c++, perl, python API)
https://github.com/arthru/python-mk-livestatus (Python MK Livestatus parser)
https://github.com/ImmobilienScout24/livestatus_service / http://www.yadt-project.org/
https://github.com/KristianOellegaard/python-nagios-frontend

https://github.com/globocom/NagiosQL-API (NagiosQL Restful API, python/Django)

https://github.com/dmytro/nagira (Ruby Nagios RESTful API)
https://github.com/RECIA/nagios_mklivestatus (Ruby ...
Read more : Nagios API projects (RAW, TODO) | Views : 6454 | Replies : 0 | Forum : Monitoring


PNP4Nagios template for check_diskio_ucd

Here is my custom Pnp4nagios template for check_diskio_ucd Nagios plugin to check DiskIO via SNMP (plugin uses UCD-DISKIO MIB 1.3.6.1.4.1.2021.13.15.1 ):

<?php
#
# PNP template for check_diskio_ucd plugin output
#
# (c) Lik, 2013
#
# perfdata output example : ReadMB=0.02MB/s WriteMB=0.00MB/s ReadIO=1.40IO/s WriteIO=0.00IO/s TotalIO=1.40IO/s
#
$ds_name[1] = "HDD Read/Write MB/s";
$opt[1] = "--slope-mode --step 300 --base 1024 --vertical-label $UNIT[1] --title \"Disk Read/Write MB per second - $hostname\" ";
$def[1] = "DEF:ReadMB=$RRDFILE[1]:$DS[1]:AVERAGE ";
$def[1] ...
Read more : PNP4Nagios template for check_diskio_ucd | Views : 7356 | Replies : 1 | Forum : Monitoring


Aria2 command-line download utility

aria2 is a lightweight multi-protocol & multi-source command-line download utility. It supports HTTP/HTTPS, FTP, BitTorrent and Metalink. aria2 can be manipulated via built-in JSON-RPC and XML-RPC interfaces.

webui-aria2 - RPC interface to interact with aria2.
Read more : Aria2 command-line download utility | Views : 6050 | Replies : 0 | Forum : Interesting links


 

Login


Statistics

Total posts 505 • Total topics 442 • Total members 22

cron