just finished my first .NET Cloud API application. a cloud instance named WorldAgent that is fired from a web-application which allows other monitoring systems like nagios creating http-calls that end as a pc monitor notification visible in all pc monitor clients
the nagios apps just call http:// {myenterpriseserver/wa/?message=the_message&priority={normal|elevated|critical}&code={auth-code} and the notification is fired. there is no need to wait for the http answer so it can be implemented nearly everywhere. an easy to use API to use and sell the excellent pc monitor clients to clients that already have set up other monitoring systems and do not want to throw them
just finished my first .NET Cloud API application. a cloud instance named WorldAgent that is fired from a web-application which allows other monitoring systems like nagios creating http-calls that end as a pc monitor notification visible in all pc monitor clients
the nagios apps just call http:// {myenterpriseserver/wa/?message=the_message&priority={normal|elevated|critical}&code={auth-code} and the notification is fired. there is no need to wait for the http answer so it can be implemented nearly everywhere. an easy to use API to use and sell the excellent pc monitor clients to clients that already have set up other monitoring systems and do not want to throw them