Дерево страниц

Сравнение версий

Ключ

  • Эта строка добавлена.
  • Эта строка удалена.
  • Изменено форматирование.

The information in this article is for use with the Redis key-value store. Redis is a NoSQL document oriented database that stores data in the system's memory to leverage RAM speed, and is often used in situations that require high-availability and scalability. For more information on Redis, visit the software's website: http://redis.io

 

Ubersmith's device monitoring is extremely versatile, and by setting up a custom script for use with the TCP monitor, you can even issue commands to Redis to ensure it's running and meeting required conditions.

...

 

...

First, you'll want to head to Monitor Scripts in Setup & Admin so we can define the commands we'll send to Redis.

 

 

Click Add New Monitor Type, and give it a name to use as an identifier when we set up the monitor later on. In this example, we're sending the following commands: 

Image Modified

Commands:

Send single line (with \\n): AUTH password

Match Regular Expression: ^\\+OK$

...