Search found 15 matches

by qwerty
Mon Sep 23, 2013 9:54 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: Send alert after 10 Bad and then 1 Good.
Replies: 12
Views: 30602

Hello,
I need help with another notifications settings:

Mail Relay:
Test interval: 5 min
Start when: 3 Bad
Repeat: every 5 min

This code working strange:

Code: Select all

(%FailureIteration% mod (300 div %Interval_Sec%)) == 3
It send me only Ok status and with different interval.

Thank you!
by qwerty
Fri Sep 20, 2013 9:23 am
Forum: RMA for UNIX
Topic: Install Hostmonitor RMA on Ubuntu 12.04
Replies: 12
Views: 83664

Install Hostmonitor RMA on Ubuntu 12.04

Get RMA files # mkdir -p /usr/local/src/rma cd /usr/local/src/rma # wget http://www.hostmonitor.biz/download/rma/rma129_lin_x64.tgz # tar -xzf rma129_lin_x64.tgz # Copy RMA files to appropriate location # mkdir /usr/local/etc/rma mkdir /usr/local/etc/rma/docs # # cp rma /usr/bin # cp rma.ini /usr/l...
by qwerty
Fri Sep 20, 2013 9:10 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: Outgoing IP
Replies: 10
Views: 25107

OR an IP address assigned to a network interface on the computer running MDaemon.
Kris, you are right.

It this case if we want to move MDaemon to another server we will move it with this IP - non default server IP.
by qwerty
Tue Sep 17, 2013 10:03 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: Outgoing IP
Replies: 10
Views: 25107

No - simple checkbox.

Image
by qwerty
Tue Sep 17, 2013 9:51 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: NT Event Log
Replies: 60
Views: 143268

KS-Soft
EventCreate? Yes, Windows API will return error for such events.
It seems that is works with remote server or real Events.

Thank you!
by qwerty
Mon Sep 16, 2013 6:13 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: NT Event Log
Replies: 60
Views: 143268

What exactly event is not processed?

Code: Select all

EVENTCREATE /T ERROR /ID 1000 /L SYSTEM /D "My application error mesaage"
by qwerty
Mon Sep 16, 2013 6:11 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: Outgoing IP
Replies: 10
Views: 25107

This has nothing to do with agent MDaemon Mail Server have same features. When we can bind app with specified IP. Yes, you can setup some router or firewall to translate all packets (or specific port) from 192.168.1.30 to 192.168.1.10 but if you move agent, you should change firewall/router setting...
by qwerty
Mon Sep 16, 2013 5:15 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: Outgoing IP
Replies: 10
Views: 25107

Imposible
I think this can be a good feature request for transparent agent moving to another server.

Thank you!
by qwerty
Mon Sep 16, 2013 5:03 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: NT Event Log
Replies: 60
Views: 143268

Why are you running HostMonitor and RMA on the same system (server01)? This is test setup - I want to check local server. Test is performed by agent? Version? Test by: HostMonitor 9.58 Agent checks some remote system (server02)? Window? Service Pack? Tried now one server with the same result: Micro...
by qwerty
Mon Sep 16, 2013 4:45 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: Outgoing IP
Replies: 10
Views: 25107

Hello KS-Soft , thank you for your reply! As example: 1. We have 2 Servers: Server1(192.168.1.10) and Server2(192.168.1.20) 2. We want that RMA(passive) should have an independent IP - 192.168.1.30 3. If Server1 goes down we can move RMA IP(192.168.1.30) to the Server2 and all should work without an...
by qwerty
Mon Sep 16, 2013 4:16 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: NT Event Log
Replies: 60
Views: 143268

Hello,

We have same issue:
1. server01 - HM
2. server01 - RMA
3. Wants to get any errors from System Log

Get the reply:

Code: Select all

Reply   : Message not found.  Insertion strings:

Code: Select all

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\eventlog\System]
by qwerty
Mon Sep 16, 2013 3:34 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: Outgoing IP
Replies: 10
Views: 25107

Outgoing IP

Hello,

I want to assign dedicated out IP (per interface) to the agent for server independence.
In this case I can move agent to backup server if anything happens with primary server.

Can I do this ?

Thank you!
by qwerty
Fri Sep 13, 2013 8:05 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: Send alert after 10 Bad and then 1 Good.
Replies: 12
Views: 30602

KS-Soft Europe - thank you!
Test interval is 10 sec, notification interval is 33 min and 33 sec:

Code: Select all

9/13/2013 7:00:27 AM
9/13/2013 7:33:55 AM
9/13/2013 8:07:22 AM
9/13/2013 8:40:50 AM
9/13/2013 9:14:18 AM
9/13/2013 9:47:46 AM
by qwerty
Thu Sep 12, 2013 7:33 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: Send alert after 10 Bad and then 1 Good.
Replies: 12
Views: 30602

KS-Soft Europe
Thank you for your answer, it seems to be working!

But can I create test interval independent action ?

Because if I will change time to 30 sec, i should change this to:

Code: Select all

%FailureIteration% mod 60 == 2
For every 30 min notifications.
by qwerty
Thu Sep 12, 2013 5:54 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: Send alert after 10 Bad and then 1 Good.
Replies: 12
Views: 30602

Hello!

My Probe:
Disk space: Free 1 GB
Test every: 1 min

I want to setup alert after 2 bad events, but I want that notification will repeated only every 30 min if in this interval issue will not be resolved, but not every min.

How I can achieve this ?