Let $$\omega = \frac{1}{z}\mathrm{d}x\wedge\mathrm{d}y - \frac{1}{y}\mathrm{d}x\wedge\mathrm{d}z + \frac{1}{x}\mathrm{d}y\wedge\mathrm{d}z$$ defined on the open subset of $\mathbb{R}^3$ $\{(x,y,z)\mid xyz \neq 0\}$. Find the integral of $\omega$ on the ellipsoid $$\frac{x^2}{a^2}+\frac{y^2}{c^2}+\frac{z^2}{c^2}=1$$
Now what I did was taking the following parametrization of the ellipsoid: $$x = a\cos\theta\sin\phi,\; y= b\sin\theta\sin\phi,\; z=c\cos\phi$$ where $(\theta, \phi) \in [0,2\pi]\times [0,\pi]$. Now something that is annoying me is the fact that the parametrization is not injective in $[0,2\pi]\times [0,\pi]$, so I thought about removing a parallel and a meridian of the ellipsoid, that is, taking $(0,2\pi)\times(0,\pi)$ instead, since what I'm removing has measure zero and therefore doesn't contribute at all to the value of the integral (I'm not really sure if this is how I should proceed or if it doesn't make sense at all, so some help clarifying that would be helpful too). Now I compute $\mathrm{d}x, \mathrm{d}y$ and $\mathrm{d}z$ in terms of $\theta, \phi$, and I get $$\begin{align*} \mathrm{d}x &= -a\sin\theta\sin\phi\mathrm{d}\theta + a\cos\theta\cos\phi\mathrm{d}\phi\\ \mathrm{d}y &= b\cos\theta\sin\phi\mathrm{d}\theta + b\sin\theta\cos\phi\mathrm{d}\phi\\ \mathrm{d}z &=-c\sin\theta\mathrm{d}\phi \end{align*}$$ and computing the wedge products, I finally get $$\varphi^{*}\omega = -\left(\frac{ab}{c} + \frac{ac}{b} + \frac{bc}{a} \right)\sin\phi \mathrm{d}\theta\wedge\mathrm{d}\phi$$ so if we let $M$ denote the ellipsoid with the meridian and parallel remove as explained above, then $$\begin{align*} \int_M \omega & = \int_U \varphi^*\omega = -\left(\frac{ab}{c} + \frac{ac}{b} + \frac{bc}{a} \right)\int_0^{2\pi}\int_0^{\pi}\sin\phi\mathop{d}\theta\mathop{d}\phi\\ & = -4\pi \left(\frac{ab}{c} + \frac{ac}{b} + \frac{bc}{a} \right) \end{align*}$$
So is this correct? Is there any way to simplify the calculations and arrive to the same result more easily? Thank you!