I have some old HM data in a database, where I wanted to update status id from the status field, from the table:
A 2 digits number that represents status of the test
00- Not Tested
01- Host is Alive
02- No Answer
03- Unknown
04- Not Resolved
05- Checking
06- Resolving
07- Ok
08- Bad
09- Disabled
10- Bad Contents
11- WaitForMaster
12- OutOfSchedule
13- Paused
14- Normal
15- Warning
This gave a few issued:
1. The text in the columns did not reflect the tables content, "Checking" is actually "Checking.." and "WaitForMaster" is actually "Wait for master" (i dont recall if it was all upper or lower, but the spaces where there...
2. The status "Unknown host" is a status, but not in the table, is the equal to statusid "03"?
Status and StatusID
-
- Posts: 76
- Joined: Wed Mar 21, 2007 5:51 am
- Location: Klarup (AAlborg), Demark
Not sure I understand the problem.
Do you mean there is mistake in "Actions: Macros" section of the manual?
That table shows internal names used by software...
Yes, probably it should show more usual names that are in use by HostMonitor's GUI and logging. Then table will look like
00- Not tested
01- Host is alive
02- No answer
03- Unknown
04- Unknown host
05- Checking
06- Resolving
07- Ok
08- Bad
09- Disabled
10- Bad contents
11- Wait for Master
12- Out of schedule
13- Paused
14- Normal
15- Warning
Regards
Alex
Do you mean there is mistake in "Actions: Macros" section of the manual?
That table shows internal names used by software...
Yes, probably it should show more usual names that are in use by HostMonitor's GUI and logging. Then table will look like
00- Not tested
01- Host is alive
02- No answer
03- Unknown
04- Unknown host
05- Checking
06- Resolving
07- Ok
08- Bad
09- Disabled
10- Bad contents
11- Wait for Master
12- Out of schedule
13- Paused
14- Normal
15- Warning
Regards
Alex
-
- Posts: 76
- Joined: Wed Mar 21, 2007 5:51 am
- Location: Klarup (AAlborg), Demark