Hi,
When test became 'out of schedule' status, Simplestatus is recorded %SimpleStatus%. Is this right ?
Regards,
Juha Niemi
Out of Schedule
Yes, but in future it will display "Unknown". If you want, you can download unofficial update right now: http://www.ks-soft.net/download/hm369g.zip
Regards
Alex
Regards
Alex
So, what is your suggestion? Use the same statuses for SimpleStatus and for Status? Remove SimpleStatus at all?
Truth to say I don't know why we have this macro variable at all. Probably somebody needed it and we implemented by request. As I understand this variable should represent as less choices as possible. In this case UP (for all "good" statuses), DOWN (for all "bad" statuses), and Unknown for rest of statuses looks good to me. If status of the test is "disabled", "out of schedule", or "unknown", we don't know status of the server. So, I think "Unknown" is Ok.
Regards
Alex
<font size=-1>[ This Message was edited by: KS-Soft on 2003-05-06 12:22 ]</font>
Truth to say I don't know why we have this macro variable at all. Probably somebody needed it and we implemented by request. As I understand this variable should represent as less choices as possible. In this case UP (for all "good" statuses), DOWN (for all "bad" statuses), and Unknown for rest of statuses looks good to me. If status of the test is "disabled", "out of schedule", or "unknown", we don't know status of the server. So, I think "Unknown" is Ok.
Regards
Alex
<font size=-1>[ This Message was edited by: KS-Soft on 2003-05-06 12:22 ]</font>
>Use the same statuses for SimpleStatus and for Status
No, cause in that case, simplestatus is not needed anymore.
What I use is the following:
Description SimpleStatus
Not Tested: <default>
Host is Alive: <default>
No Answer: <default>
Unknown: <default>
Not Resolved: <default>
Checking: <default>
Resolving: <default>
OK: <default>
Bad: <default>
Disabled: DISABLED
Bad Contents: <default>
Wait for Master:WAIT
Out of Schedule:SCHEDULE
I use the actual status number to convert the simple status to the text I need. <default> means no change. Some values wil never reach my database, but I just completed the list.
It is just more clear. Out of schedule could be the same as unknown (indeed you don't know the status), but it is something wanted. Unknown in my opinion is not knowing the status, when you want to know it.
I don't have any problems with the current situation, but if you change it, don't use Unknown when the status of a test is not wanted.
<font size=-1>[ This Message was edited by: Marcus on 2003-05-07 01:59 ]</font>
No, cause in that case, simplestatus is not needed anymore.
What I use is the following:
Description SimpleStatus
Not Tested: <default>
Host is Alive: <default>
No Answer: <default>
Unknown: <default>
Not Resolved: <default>
Checking: <default>
Resolving: <default>
OK: <default>
Bad: <default>
Disabled: DISABLED
Bad Contents: <default>
Wait for Master:WAIT
Out of Schedule:SCHEDULE
I use the actual status number to convert the simple status to the text I need. <default> means no change. Some values wil never reach my database, but I just completed the list.
It is just more clear. Out of schedule could be the same as unknown (indeed you don't know the status), but it is something wanted. Unknown in my opinion is not knowing the status, when you want to know it.
I don't have any problems with the current situation, but if you change it, don't use Unknown when the status of a test is not wanted.
<font size=-1>[ This Message was edited by: Marcus on 2003-05-07 01:59 ]</font>