Questions tagged [hobbitmon]
9 questions
5
votes
2 answers
Hobbit monitoring - multiple graphs per test?
I'm not sure how familiar people are with the hobbit monitoring system - http://hobbitmon.sourceforge.net/ - but I've got a tricky question.
I've got a custom test, which returns two NCV values. One value normally returns ~300 milliseconds, the…

Ace
- 4,443
- 6
- 38
- 46
2
votes
4 answers
monitor Postgres table activity
i need to monitor my postgres server. i need to get an alarm if there is no change in certain tables after a given time. i've been trying to get xymon and nagios to do this and i have not been able to. please help

nonoki
- 21
- 1
- 2
1
vote
0 answers
Xymon JMX Monitor
I am struggling to get JMX monitoring on WildFly 10. The current utility is able to do so for both JBoss 4.2.1 as well as WildFly 10 (jmxstat for xymon). However, when I try to replicate production configuration in a sandbox, WildFly crashes until I…

user3685317
- 9
- 1
1
vote
3 answers
Hobbit monitoring - no color change until bbretest?
I'm currently monitoring a large network with Hobbit and have been tasked with lowering the amount of false (or at least irrelevant) alarms. At the top of my list are the tests "http" and "conn", initiated by bbtest-net. This command checks ping,…

Ace
- 4,443
- 6
- 38
- 46
1
vote
5 answers
Automatic JUnit on SVN checkin
I'm using IntelliJ-Idea to write Java daemons. We use JUnit to unit test our code and want to have automated runs on check-in to subversion.
Are there any tools available that can automatically run unit tests and then send reports in email and to…

Gunnar Steinn
- 857
- 3
- 10
- 23
1
vote
1 answer
Xymon/Hobbit Xymon & ControlByWeb Temperature Monitor
Looking for help with the pre-made script for the ControlByWeb Temperature Monitor made for the Xymon monitoring server. I have followed the instructions step by step. The Column "cbwtemp" is not being generated. Currently runnimg xymon 4.3.12 with…

user3140287
- 13
- 5
0
votes
1 answer
Configuring xymon client in local mode
I am trying to configure xymon (ex hobbit or bigbrother) in local mode. Basically the client would not send any data to the server. When using the --debug option the following information is obtained.
31017 2015-02-02 15:51:39 Want msg 1, startpos…

Tabs
- 154
- 6
0
votes
1 answer
Python and hobbit monitor
Here is how I would send data to our hobbit/xymon server in a bash script:
$BB $BBDISP "status server.host.com.$TEST $COLOR `date` $LINE"
$BB and $BBDISP are environmental variables set by hobbit.
I can't find a python equivalent anywhere here or…

a ekandem
- 99
- 1
- 10
0
votes
1 answer
hobbit monitor and pythons script
I have a very elementary python script (no class or functions defined) which runs fine. I need to send data to hobbit monitor.
In bash I would send it like this, $BB and $$BBDISP set in the environment path by hobbit program, variables $MACHINE and…

a ekandem
- 99
- 1
- 10