News


News

Showing articles from http://blog.scopeport.org/feed/ External_link

[44 total ]
Presenting ScopePort version 0.3-dev

I am happy to announce the release of ScopePort version 0.3-dev. There is no packaged version, because this is still a pre-alpha development release. A lot of people already successfully installed ScopePort on their systems and had no problems so ... [More] far. Use the installation guides to install ScopePort directly from out git repositories. Note that [...] [Less]

The brand new and awesome ScopePort search
Screenshot of the complete emergency view
Emergency notification methods

This is what you get immediately after somebody declared an emergency and selected a notification group you are a member of:

How to use Rails SMTP configuration parameters from database

Usually the Rails SMTP configuration takes place in config/environment.rb like this:

ActionMailer::Base.smtp_settings = {
:address => "smtp.gmail.com",
:port => 587,
:domain => "domain.com",
:user_name => ... [More] "user@domain.com",
:password => "password",
:authentication => :plain
}

ScopePort already has a Email settings part in the setup section where all the required SMTP settings are stored. [...] [Less]

I can’t believe it’s a remote monitoring system: Emergencies with chat

Lennart just commited (1, 2, 3) the new emergency system. In the ScopePort settings defined people will be notified about the emergency if you declare one. You can then coordinate countermeasures with your co-workers in the emergency detail view. There are the common comments (like in the service monitoring module) and even a real time [...]

Hacking at night: Working on the ScopePort emergency module
New ScopePort feature: Notification method debugging

ScopePort can now help you find out why a XMPP or SMTP notification did not reach you. You can enable a debug mode in the settings of the specific notification method:

All logged conversations can be investigated in the “Notification ... [More] method debugging” section:

These commits by Lennart added the new features:

(scopeport-server) Now storing SMTP conversations in an [...] [Less]

How ScopePort helps you find your own programming errors

I followed a strange behaviour of the latest HEAD version of  ScopePort a few minutes ago: The services failed one after another with the SERVICE_INTERR status. This means that there has been an internal ScopePort error while checking the service. I took a look at the “Vitals” section in the ScopePort web interface and found [...]

How to add sound/audio to a video on Linux

I am planning to create a ScopePort screencast soon. I had no experience with screencasts when I started to work on that topic. This is why I encountered two main problems:

How do I create the video?
How do I add sound to that video?

The first problem was solved easily. I tried a few screen recorders and [...]