Your results above indicate that you only have one physical drive connected (sda). If there is only one drive then this is normal.
If you have 2 drives installed then something "might" be wrong depending on when the additional drive was installed.
Do you have one or 2 physical drives?
Both Drives state that they are clean/degraded!
You are confusing drives with raid devices. The raid devices (md1 and md2) are clean/degraded.
sda is a physical drive
sda1 is the first partition on that drive
sda2 is the second partition on that drive
sdb would be a second physical drive
sdb1 is the first partition on that drive
sdb2 is the second partition on that drive
A standard SME raid1 setup with 2 drives would configure itself this way:
sda1 + sdb1 = md1
sda2 + sdb2 = md2
OR with an IDE setup it would something look like this:
hda1 + hdc1 = md1
hda2 + hdc2 = md2