All-In-One Monitoring

How to Easily Monitor Windows Performance Counters with VBScript on Monitis

Posted by Hovhannes Avoyan | Posted in Articles, Monitis API, Monitis vs. Other services, Monitoring Scripts, Performance Management, Sysadmin Tools, Windows Servers Monitoring | Posted on 24-06-2011

Tags: ,

Monitis provides you with the ability to monitor almost any detail on your Windows server (also see our post How to Monitor Windows Servers with VBScript, WMI and Monitis).

Using a simple Visual Basic Script (VBS), you will be able to read the value of any Performance Counter on your Windows Server and send it to a Custom Monitor.

It’s easy as pie. Keep reading for the recipe!

Munin + Monitis = Muminitis?

Posted by Hovhannes Avoyan | Posted in 101 Reasons To Choose Monitis, Articles, Linux Servers Monitoring, Monitis vs. Other services, Monitoring Scripts, Sysadmin Tools | Posted on 23-06-2011

Tags: , ,

muninMunin in a nutshell

Munin is an open source monitoring application. Munin has its cons and pros but the following blog post is not going to discuss it.

Munin by itself, like it or not, became a very popular monitoring platform among SysAdmins all around the world. I can easily understand why – despite its cons, it is a brilliant piece of software in my opinion.

25 Linux Server Hardening Tips

Posted by Hovhannes Avoyan | Posted in Articles, Linux Servers Monitoring, Security, Sysadmin Tools | Posted on 22-06-2011

Tags:

linux securityWhen it comes to having a Linux server hosted in a data center or it is not behind any kind of Firewall or NAT device there are a number of security requirements that need to be addressed. Linux servers generally come with no protection configured by default and depending on the hosting company or distro can come preconfigured with many services installed that are not required, including Web Servers, FTP Servers, Mail Servers and SSH Remote Access.

The following is a compilation of various settings and techniques you can employ to harden the security of your vulnerable Linux systems. While I have tried to put them in order of the most important features first I would recommend all of these options be used on your critical production servers.

Monitor MS SQL Server Data with VBScript on Monitis

Posted by Hovhannes Avoyan | Posted in 101 Reasons To Choose Monitis, Database Management, Monitis API, Monitoring Scripts, MS SQL Server Monitoring, Sysadmin Tools, Windows Servers Monitoring | Posted on 21-06-2011

Tags: , , , ,

MS SQL ServerWith Monitis you can not only monitor your network infrastructure but also data from your business processes, such as those inside an

Microsoft SQL Server database. Using a simple script, you can exe cute a query and upload the results to a Custom Monitor in your Monitis account.

Automating Data Collection for Your Custom Monitors

Posted by Mikayel Vardanyan | Posted in Monitoring Scripts, Performance Management, Sysadmin Tools, Windows Servers Monitoring | Posted on 20-06-2011

Tags: , ,

Once you have learned how easy is to create Monitis custom monitor using simple Windows scripts, you may be ready to deploy those scripts in your productions server. Windows makes it very easy to run a program periodically so that you can feed your custom monitor with fresh data at the most suitable time for your environment.

In the following examples, we assume that you have already created and tested the scripts that creates and uploads data to your custom monitors, as explained in this series of articles: Start Exploring Monitis API with cURL and How to Monitor Windows Servers with VBScript, WMI and Monitis.

So, as an example, you may have one script for each custom monitor, named pushData1.vbs, pushData2.vbs, etc. We also assume that all necessary scripts are stored on a local folder, such as c:\monitis.

All versions of Windows includes the Task Scheduler, but it appears slightly different between the operating system versions.

All About DNS Management Software

Posted by Mikayel Vardanyan | Posted in Linux Servers Monitoring, Performance Management, Sysadmin Tools | Posted on 19-06-2011

Tags: , ,

Domain Name Systems (DNS) is a crucial aspect of web technology, and it is extremely important to make sure that your DNS is working efficiently, because essentially what it does is give your website visitors accurate and fast content. And isn’t speed and functionality what customers want?

To help you decide which DNS products are the best for your IT, Monitis has begun a series of new posts that identify and outline the pros and cons of major DNS providers. In our first post, we focused on hosted DNS providers, such as OpenDNS, Google Public DNS and DNS Advantage.

In this post, we’re discussing DNS software solutions.

Picking the Right NoSQL Database, Part 4 – CouchDB and Membase

Posted by Mikayel Vardanyan | Posted in Performance Management, Sysadmin Tools | Posted on 17-06-2011

Tags: , , ,

Over the last couple of months, Monitis, through a series of blog posts, has provided guidance on picking the right NoSQL database storage tool that meets your company’s needs. In our previous blogs, we offered a comprehensive overview of why NoSQL technology is important and how it compares with Relational Database Management Systems (RDBMSs).

In our posts, we have also reviewed various brands — again, in the hopes that this information will help choosing NoSQL DBs such as Apache Cassandra, MongoDB, CouchDB, Redis, Riak, HBase and others…easier.

In this, our last post on the subject, let’s take a look at two more popular brands: Apache’s CouchDB and Membase.

Create Linux User Login Monitor on Monitis

Posted by Hovhannes Avoyan | Posted in 101 Reasons To Choose Monitis, Articles, Linux Servers Monitoring, Monitis vs. Other services, Monitoring Scripts, Sysadmin Tools | Posted on 15-06-2011

Tags:

Monitis provides the ability to monitor almost any operation on your server.  Using simple Linux tools and scripts you are able to monitor each time a user logs into the server and capture various information, including username, host address and login service.  Using pam_script and bash scripts, you are able to transmit information to a Custom Monitor with this information.

API Access

The first thing you will need in order to create this monitor is the Monitis API Key and Secret Key.  The API Key is a alphanumeric code that allows you to access the Monitis API url’s and transmit or receive data about your Monitis services.  The Secret Key is an alphanumeric code that allows you to digitally sign your information to ensure that only you can transmit data to your Monitis account.  Your API Key may be disclosed to anyone, but your Secret Key must be maintained private and should not be shared nor transmitted.  To obtain your Monitis API Key and Secret Key, log into your account and from the top menu bar, go to Tools then API then API Key, it will display both your API Key and your Secret Key.

How to Monitor Windows Servers with VBScript, WMI and Monitis

Posted by Hovhannes Avoyan | Posted in 101 Reasons To Choose Monitis, Articles, Monitis vs. Other services, Monitoring Scripts, Performance Management, Sysadmin Tools, Windows Networking, Windows Servers Monitoring | Posted on 14-06-2011

Tags: , ,

Want to track a certain metric on your server which is not available out-of-the-box?  The Monitis monitoring platform provides you with the ability to monitor almost anything you can think of, including any detail on your Windows servers. Using a simple Visual Basic Script (VBS or vbscript) you will be able to read any value from WMI (Windows Management Instrumentation) and send it to Monitis’s platform for visualization, tracking and alerting — using our so-called Custom Monitoring feature.

About WMI Service

WMI is a core Windows management technology that allows software to monitor and control managed resources throughout a network. WMI gives you a consistent way to access almost any detail of the operating system (OS) such as hardware, devices, services and applications.

Top 8 Application-Based IIS Server Performance Tips

Posted by Mikayel Vardanyan | Posted in Performance Management, Sysadmin Tools, Windows Servers Monitoring | Posted on 13-06-2011

Tags:

At Monitis, we strive to monitor and report high uptime and provide the best user experience for our customers. To achieve this goal, we are preparing a series of performance tuning tips that cover areas including Windows and Linux server performance and Javascript tuning.

From a web application perspective, web server performance is one of the most critical segments. In this series of articles, we will cover IIS (Internet Information Server) web server performance tuning, providing tips to make IIS management easier.

Microsoft IIS Server is one of the most popular web servers for Windows-based servers.