Overblog Tous les blogs Top blogs Emploi, Enseignement & Etudes Tous les blogs Emploi, Enseignement & Etudes
Editer l'article Suivre ce blog Administration + Créer mon blog
MENU
http://bats.over-blog.com/

bats.over-blog.com/

Publicité

Yate Web Interface



Zabbix is an enterprise open source monitoring software, is used to monitor and track the status of various network services, servers, and other network hardware.

Javascript interface to System V IPC (only queues are implemented). HTTP server module for Yate. It deserves it's own documentation. Minimalistic web server module for Yate. Requires httpserver module to work. It should have it's own documentation too. WebSocket protocol implementation. This module does nothing. Now you should have your graphical interface installed on the web server. Go to your browser and access the server via localhost/nib or 127.0.0.1/.name-of-directory. Configure ybts.conf. To use the web interface, go to the BTS Configuration tab and select the GSM tab. Web site: yate.ro Category: Network Subcategory: VoIP Clients Platform: BSD, Linux, OS X, Windows License: GPL Interface: GUI Programing language: C First release:? Yate (Yet Another Telephony Engine) – mainly a telephony engine; while currently focused on Voice over Internet Protocol (VoIP) and PSTN, its power lies in its ability to be easily extended. A gateway for engines with a J1708 serial interface to a NMEA 2000 marine digital network. It supports three protocols that work over J1708: the standard J1587 used by many manufacturers, the proprietary Cummins KCM-II and the proprietary Volvo Penta protocol used in engines with EDC I. MVNOs need our network equipment (YateUCN as a GMSC, GGSN, PGW and Yate HSS/HLR) because of the flexibility given by the features included in the Yate software and the use of off-the-shelf hardware. In the case of the YateUCN (unified core network) the Yate software implements the functionalities of 2G/3G/4G core networks in a single server.

To see gathered data on a demo account, just click here and tell us how we can reach you.

  • 1Zabbix server
  • 2Zabbix agent
  • 3Integration with Yate
    • 3.2Monitoring Templates

Zabbix server

The easiest and safest way to install a Zabbix server is to use a Zabbix Appliance. (We recommend Zabbix Appliance 3.2)

Yate web interface tutorial

With Zabbix Appliance, Zabbix software (Zabbix server with MySQL support, Zabbix agent and Zabbix web interface) is already installed and configured for trouble free deployment.

If you don't want to use a Zabbix Appliance, you can install Zabbix software on Mageia 5 like this:

Zabbix Web interface

Yate Web Interface App

After instalation, in order to access Zabbix Web interface, go to http://ip-of-the-zabbix-server/zabbix

Default username is Admin and default password is zabbix (which we advice you to change it).

Servers you wish to monitor are called hosts, in order to add new Hosts to monitor, go to Configuration -> Hosts -> Create host.

On each Host or Host group can be attached monitoring templates.

Zabbix already has monitoring templates for the Operating System and we provide templates for monitoring Yate services. https://truepload815.weebly.com/produkey-for-mac-office-2011.html.

Zabbix agent

Zabbix Agent is written in C language and can run on various supported platforms (Linux, Windows, UNIX). On UNIX-like systems it runs on the host being monitored.

This allows monitoring system resources (availability, CPU usage, used/free RAM memory and disk, network interface usage, MySQL performance) and setting alarms for specific thresholds.

Agents can support both passive (polling) and active checks (trapping).

Set-up Zabbix agent
  • Install and configure zabbix-agent to servers you wish to monitor (VMs or bare metal)
  • Edit /etc/zabbix/zabbix_agent.conf, set up :set Server, ServerActive, Hostname variables
  • Restart zabbix-agent (systemctl restart zabbix-agent.service)
Zabbix agent passive checks

Zabbix server may perform checks based on a time interval. Zabbix server requests certain parameters/data on a default/user-defined time intervals.

In a passive check, a Zabbix server requests values from Zabbix Agent (ex: CPU load), the agent processes the request and returns the value to Zabbix server.

Zabbix agent active checks

Zabbix active agent, must first retrieve from the Zabbix server a list of items for processing, then sends the new values periodically to the server.

Integration with Yate

Zabbix (TM) PHP active agent for Yate based products uses the Zabbix version 1 JSON to push requested data to a Zabbix server.

zabbix.php is an active agent and is included in yate-common rpm package.

  • To use, please add in /etc/yate/product/ext-custom.conf:

For IPv6 servers you need to specify the IP address, not hostname, like this:

  • In Zabbix Server web interface, logged in as admin, with 'Zabbix' as default password, from Configuration -> Hosts -> Create Host
  • The Host name must be named: SERVICE - HOSTNAME
    • Ex: yate-ucn - ucn.yourdomain.com
Web

COMPONENT_NAME can be (yate-sdr, yate-ucn, yate-hss, yate-smsc etc.) and NODENAME is the configured node or machine name (localhost, myserver.domain.com, etc.)

Best free apps for macbook. COMPONENT_NAME = SERVICE

NODENAME = HOSTNAME

Example: yate-ucn - ucn01.example.com


Load/Enable zabbix module

Enable what equipment will be monitored by Zabbix, check it:

After you add zabbix in scripts section of ext-custom.conf file, restart the service and module will be automatically loaded.

Or you can also connect on each equipment/product to rmanager console and load zabbix.php external module.

To connect to each equipment rmanager console, find rmanager port

And then to load zabbix.php module: type in the rmanager console: external start zabbix.php ZABBIX-SERVER-IP-ADDRESS Wavesfactory cassette 1 0 0.

Monitoring Templates

A template is a set of entities (items, triggers, graphs, applications, screens, low-level discovery rules, web scenarios) that can be conveniently applied to multiple hosts.

All item names are of the form yate.SECTION.KEY with the same structure as query_stats response in the Yate's JSON API.

All Yate Templates can be downloaded from Zabbix Yate Templates page.

Main Yate templates are listed below, each template includes additional templates (as linked templates)

Template YateDRA
Template YateHSS
Template YateSDR
Template YateSMSC
Template YateSTP
Template YateUCN
Template YateUSGW


Linked templates:

Template Yate - Diameter
Template Yate - Engine
Template Yate - GTP
Template Yate - S1AP
Template Yate - SS7
Template Yate - Voice


Note: These linked templates, (containing a dash in their name) it is not normal to be used directly, because they are already included in each Yate Template.

Best craps in vegas. More informations regarding templates can be found on Zabbix Documentation Templates section

Custom Items

You can add custom parametrized items in Zabbix like : Yate UCN MySQL Database Queries ( key: yate.sqlitedb[ucn] ), Yate UCN WLAN MAP details ( yate.camel_map[wlan] ), Yate UCN MSC MAP details ( yate.camel_map[map_msc] )

  • Parametrized items can be found from:
    • Local Management Interface (LMI): Status -> (check Additional details) and click Refresh
    • Mobile Management Interface (MMI): Equipment -> Click [+] Control node of a selected equipment -> Status -> (check Additional details) and click Refresh

Parametrized items are easy to spot because they have square braces around them. ( key: yate.sqlitedb[ucn] )

Subparameters

Some parametrized items return a pipe separated set of values as a longer single string. The description of each part is not available in the graphical user interface but can be retrieved from CLI:

For example yate.mysqldb[hss] may return something like 3618199|0|0|1 which means 3.6 million queries, none failed, none returned errors, one millisecond average execution time.

To retrieve just one subparameter value add a pipe character and the parameter position inside the square braces of the item name.

In the case above yate.mysqldb[hss|1] (that is, subparameter #1) would return 3618199 which can be handled as number in Zabbix.

Triggers

While items are used to gather data, triggers on the other hand define a threshold of what state of data is 'acceptable'.

If the incoming data is not in the acceptable state, a trigger is 'fired'.

It is possible to set alarm triggers in Zabbix and configure an alarm delivery method (e-mail, SMS, custom script).

Assign templates to a host

In order to assign a template to a host, first you must add a host from Configuration -> Hosts -> Create Host (top-right corner)

Yate Web Interface Tutorial

  • Host tab
    • Host Name: yate-ucn - core-devel (product-name - hostname)
    • Visible name:
    • Groups: You can group hosts as 'Core servers' or 'Network servers'
    • Agent interface: 192.168.1.41 port 10050 (IP address of the server, where service is running)
  • Templates tab
    • Link new templates: search the template name (in the earlier example 'yate-ucn' search for Template YateUCN) then click Add under 'type here to search'.
    • Click Add button

Yate Web Interface Software


Possible issues

This indicates the 'servicename - hostname' identity is not configured in Zabbix.
Please check that you have defined a host 'yate-dra - core-SERIAL' using template YateDRA.
See attachment for an example of how it should look like.

Yate Web Interface Tool


Daisydisk 4 10k.

Retrieved from 'https://wiki.yatebts.com/index.php?title=Monitoring_Yate_services_with_Zabbix&oldid=4058'




Publicité
Partager cet article
Repost0
Pour être informé des derniers articles, inscrivez vous :
Commenter cet article