Reputation Activity
-
nullmem got a reaction from affer in Share your SNMP settings. :-)I have environmental notifications for all my Cisco gear:
Temp
.1.3.6.1.4.1.9.9.13.1.3.1.3.1
Fan 1 Status:
.1.3.6.1.4.1.9.9.13.1.4.1.3.1
Fan 2 Status:
.1.3.6.1.4.1.9.9.13.1.4.1.3.2
Fan 3 Status:
.1.3.6.1.4.1.9.9.13.1.4.1.3.3
Status integer of 1 = OK
Status integer of 2 = Warning
Status integer of 3 = Critical
Status integer of 4 = Shutdown
Status integer of 5 = notPresent
Status integer of 5 = notFunctioning
-
nullmem got a reaction from Chris in Pulseway to monitor Plex Media Server serviceThis is a few days old, so I don't know if you figured this out yet, but I will post this anyway.
1. Make sure your add your username and password to this line:
<Account Username="" Password="" UseCustomServer="false" CustomServerAddress="" />
2. Add your hostname to this line:
<ComputerInformation Name="" Group="Default" />
3. in the <MonitoredServices> section add the line:
<Service Name="plexmediaserver" DisplayName="Plex Media Server" IsDaemon="true" DaemonType="UPSTART" Path="" StartParameters="" CanBeStopped="true" Enabled="true" />
If the service shows it's not started in Pulseway, then change DaemonType to SYSVINIT. a couple years ago there was a problem when Ubuntu switched to upstart. I haven't used Plex in a few years, so I don't know if they made a upstart version for Ubuntu. Newer versions of Ubuntu will run most sysv inits just fine and it doesn't hurt to try to see which one works.
-
nullmem got a reaction from Chris in Windows 2008R2 suggestionsThanks! I still can't believe this software existed and I didn't know about it. I'll make sure I promote your company as much as I can. Keep up the great work, it is appreciated.
-
nullmem reacted to Chris in Windows 2008R2 suggestionsHi,
We have added DHCP and DNS to our todo list, windows firewall management is already on the list and NPS notifications will be considered as well, thank you for your feedback.
Regards,
Chris
Pulseway Support
-
nullmem reacted to grandgroove in WSUS statistics and notifications(Before I get in to the post, I wanted to thank everyone for their hard work creating PCM plugins. It is amazing what can be accomplished while I'm working off of the tablet and getting a late night caffeine fix a local cafe. Simply amazing).
I handle Windows (OS, Microsoft apps, third party) patch management for around 200 machines. I also have a WSUS setup at home for the machines at the house. There are are few statistics and alerts that require quicker response than the normal monthly update cycle. For example:
* Machine(s) that have not reported to WSUS after XX days
* Machine(s) with XX pending updates or higher
* New machine in Unassigned Computers group
* Update installation error reported by client
* New updates available after sync.
* Notify if any new updates are classified as Critidcal
One workaround that I have been tinkering with is using the amazing PoshWSUS PowerShell module. I created scripts to get the info I needed and then ran them through the PCM PowerOfTheShell plugin.
With a WSUS-specific plugin, perhaps we could review/approve/decline pending updates and perform some of the manual tasks on managed clients.